Skip to content
Snippets Groups Projects
Commit 2375389a authored by Pregmodder's avatar Pregmodder
Browse files

Fixes.

parent 28650b51
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!141Pregmod 0.10.0.0a v56
...@@ -390,4 +390,3 @@ You decide to fuck her ...@@ -390,4 +390,3 @@ You decide to fuck her
<</if>> <</if>>
<</for>> <</for>>
<</if>> <</if>>
<</nobr>>
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
<<if ndef $foodCost>> <<if ndef $foodCost>>
<<set $foodCost to 25>> <<set $foodCost to 25>>
<</if>> <</if>>
<<if ndef $fixedNationality>>
<<set $fixedNationality = 0>>
<</if>>
<<if ndef $fixedRace>>
<<set $fixedRace = 0>>
<</if>>
<<if ndef $RulesID>> <<if ndef $RulesID>>
<<set $RulesID to 3>> <<set $RulesID to 3>>
......
...@@ -263,7 +263,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau ...@@ -263,7 +263,7 @@ Her appearance attracted $beauty members of the public (<<print Math.trunc($beau
<<set $slaves[$i].health -= 7>> <<set $slaves[$i].health -= 7>>
<<set $injury = 1>> <<set $injury = 1>>
<<elseif ($slaves[$i].vagina < 0)>> <<elseif ($slaves[$i].vagina < 0)>>
<<slaveTitle $slaves[$i]>> <<SlaveTitle $slaves[$i]>>
<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>> <<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
She's such an expert public servant that she copes with the stress of being a $desc slut. She's such an expert public servant that she copes with the stress of being a $desc slut.
<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>> <<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
......
...@@ -251,7 +251,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da ...@@ -251,7 +251,7 @@ Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a da
<<set $slaves[$i].health -= 7>> <<set $slaves[$i].health -= 7>>
<<set $injury = 1>> <<set $injury = 1>>
<<elseif ($slaves[$i].vagina < 0)>> <<elseif ($slaves[$i].vagina < 0)>>
<<slaveTitle $slaves[$i]>> <<SlaveTitle $slaves[$i]>>
<<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>> <<if (($slaves[$i].analSkill + $slaves[$i].oralSkill) >= 200)>>
She's such an expert whore that she copes with the stress of being a $desc prostitute. She's such an expert whore that she copes with the stress of being a $desc prostitute.
<<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>> <<elseif random(1,100) > 40+(10*($slaves[$i].analSkill + $slaves[$i].oralSkill))>>
......
...@@ -60,7 +60,7 @@ $args[2]: icon UI Display for vector art, 1 for on. ...@@ -60,7 +60,7 @@ $args[2]: icon UI Display for vector art, 1 for on.
<<elseif $args[1] == 2>> <<elseif $args[1] == 2>>
<<print "<img src=" + _fileName + "style='float:right; border:3px hidden' width='300' height='300'/>">> <<print "<img src=" + _fileName + "style='float:right; border:3px hidden' width='300' height='300'/>">>
<<elseif $args[1] == 1>> <<elseif $args[1] == 1>>
<<if $seeSummaryImages != 0>><<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='150' height='150'/>">><</if>> <<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='150' height='150'/>">>
<<else>> <<else>>
<<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='120' height='120'/>">> <<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='120' height='120'/>">>
<</if>> <</if>>
...@@ -68,7 +68,7 @@ $args[2]: icon UI Display for vector art, 1 for on. ...@@ -68,7 +68,7 @@ $args[2]: icon UI Display for vector art, 1 for on.
<<elseif $imageChoice == 1>> /* VECTOR ART BY NOX */ <<elseif $imageChoice == 1>> /* VECTOR ART BY NOX */
<<if $args[1] != 0>> /* IMAGE DOES NOT HAVE TO BE TINY */ <<if $args[1] != 0>> /* IMAGE DOES NOT HAVE TO BE TINY */
<<if ($args[1] != 1) || ($seeSummaryImages != 0)>> /* IMAGE IS NOT PART OF A LIST, OR IMAGES ARE TO BE DISPLAYED IN LISTS */ <<if $args[1] != 1>> /* IMAGE IS NOT PART OF A LIST, OR IMAGES ARE TO BE DISPLAYED IN LISTS */
/* 000-250-006 */ /* 000-250-006 */
/* <div class="imageRef"> */ /* <div class="imageRef"> */
...@@ -514,7 +514,7 @@ $args[2]: icon UI Display for vector art, 1 for on. ...@@ -514,7 +514,7 @@ $args[2]: icon UI Display for vector art, 1 for on.
<<elseif $args[1] == 2>> <<elseif $args[1] == 2>>
<<print "<img src=" + _fileName + "style='float:right; border:3px hidden' width='300' height='300'/>">> <<print "<img src=" + _fileName + "style='float:right; border:3px hidden' width='300' height='300'/>">>
<<elseif $args[1] == 1>> <<elseif $args[1] == 1>>
<<if $seeSummaryImages != 0>><<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='150' height='150'/>">><</if>> <<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='150' height='150'/>">>
<<else>> <<else>>
<<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='120' height='120'/>">> <<print "<img src=" + _fileName + "style='float:left; border:3px hidden' width='120' height='120'/>">>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment