Skip to content
Snippets Groups Projects
Commit 12c47287 authored by x's avatar x
Browse files

Minor clean up

parent d6dd8a3b
No related branches found
No related tags found
No related merge requests found
...@@ -505,9 +505,9 @@ $He comes to you for an inspection ...@@ -505,9 +505,9 @@ $He comes to you for an inspection
<</if>> <</if>>
<<if ($activeSlave.lactation > 0) && ($activeSlave.milk < 20)>> <<if ($activeSlave.lactation > 0) && ($activeSlave.milk < 20)>>
$He has given a small quantity of milk<<if ($activeSlave.cum > 0)>> and about $activeSlave.cum deciliters of cum<</if>>. $He has given a small quantity of milk<<if ($activeSlave.cum > 0)>> and about <<print commaNum($activeSlave.cum)>> deciliters of cum<</if>>.
<<elseif ($activeSlave.milk > 1)>> <<elseif ($activeSlave.milk > 1)>>
$He has given about $activeSlave.milk liters of milk<<if ($activeSlave.cum > 0)>> and about $activeSlave.cum deciliters of cum<</if>>. $He has given about <<print commaNum($activeSlave.milk)>> liters of milk<<if ($activeSlave.cum > 0)>> and about <<print commaNum($activeSlave.cum)>> deciliters of cum<</if>>.
<</if>> <</if>>
<<if ($activeSlave.birthsTotal != 0)>> <<if ($activeSlave.birthsTotal != 0)>>
......
...@@ -128,7 +128,7 @@ It is full of luxuries of all kinds. The slaves here live free of want or worry, ...@@ -128,7 +128,7 @@ It is full of luxuries of all kinds. The slaves here live free of want or worry,
None of your slaves are serving here. None of your slaves are serving here.
<</if>> <</if>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Remodel the suite around a luxurious pit for group sex|Master Suite][$cash -= _Tmult1, $masterSuiteUpgradeLuxury = 2]] //Costs _Tmult1; will encourage fucktoys to fuck each other// <br>&nbsp;&nbsp;&nbsp;&nbsp;[[Remodel the suite around a luxurious pit for group sex|Master Suite][$cash -= _Tmult1, $masterSuiteUpgradeLuxury = 2]] //Costs <<print cashFormat(_Tmult1)>>; will encourage fucktoys to fuck each other//
<<elseif $masterSuiteUpgradeLuxury == 2>> <<elseif $masterSuiteUpgradeLuxury == 2>>
......
...@@ -135,13 +135,13 @@ ...@@ -135,13 +135,13 @@
<</if>> <</if>>
<<if $SexMilestoneRetirement == 1>> <<if $SexMilestoneRetirement == 1>>
<br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked $retirementSex times. <br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print commaNum($retirementSex)>> times.
[[Repeal|Policies][$SexMilestoneRetirement = 0]] [[Repeal|Policies][$SexMilestoneRetirement = 0]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$retirementSex" $retirementSex "Policies">> <br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$retirementSex" $retirementSex "Policies">>
<</if>> <</if>>
<<if $MilkMilestoneRetirement == 1>> <<if $MilkMilestoneRetirement == 1>>
<br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given $retirementMilk liters of milk. <br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print commaNum($retirementMilk)>> liters of milk.
[[Repeal|Policies][$MilkMilestoneRetirement = 0]] [[Repeal|Policies][$MilkMilestoneRetirement = 0]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$retirementMilk" $retirementMilk "Policies">> <br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$retirementMilk" $retirementMilk "Policies">>
<</if>> <</if>>
...@@ -852,11 +852,11 @@ ...@@ -852,11 +852,11 @@
<<if $CitizenRetirement == 1>> <<if $CitizenRetirement == 1>>
<<if $SexMilestoneRetirement == 0>> <<if $SexMilestoneRetirement == 0>>
<br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked $retirementSex times. <br>''Sexual Milestone Retirement:'' slaves will be rewarded with their freedom once they have been fucked <<print commaNum($retirementSex)>> times.
[[Implement|Policies][$SexMilestoneRetirement = 1, $cash -=5000, $rep -= 1000]] [[Implement|Policies][$SexMilestoneRetirement = 1, $cash -=5000, $rep -= 1000]]
<</if>> <</if>>
<<if $MilkMilestoneRetirement == 0>> <<if $MilkMilestoneRetirement == 0>>
<br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given $retirementMilk liters of milk. <br>''Productive Cow Retirement:'' slaves will be rewarded with their freedom once they have given <<print commaNum($retirementMilk)>> liters of milk.
[[Implement|Policies][$MilkMilestoneRetirement = 1, $cash -=5000, $rep -= 1000]] [[Implement|Policies][$MilkMilestoneRetirement = 1, $cash -=5000, $rep -= 1000]]
<</if>> <</if>>
<<if $BirthsMilestoneRetirement == 0>> <<if $BirthsMilestoneRetirement == 0>>
......
...@@ -149,7 +149,7 @@ $possessiveCap $activeSlave.faceShape face is ...@@ -149,7 +149,7 @@ $possessiveCap $activeSlave.faceShape face is
<</if>>*/ <</if>>*/
<</if>> <</if>>
<<if ($cyberMod == 1) && ($stockpile.ocularImplant > 0) && ($activeSlave.origEye != "implant")>> <<if ($cyberMod == 1) && ($stockpile.ocularImplant > 0) && ($activeSlave.origEye != "implant")>>
<<if ($activeSlave.eyes != -3)>> | <</if>> <<if ($activeSlave.eyes != -3)>> <</if>>
| [[Give her ocular implants|Surgery Degradation][$activeSlave.origEye = "implant", $stockpile.ocularImplant--,$cash -= $surgeryCost, $activeSlave.health -= 20,$surgeryType = "ocular implant"]] | [[Give her ocular implants|Surgery Degradation][$activeSlave.origEye = "implant", $stockpile.ocularImplant--,$cash -= $surgeryCost, $activeSlave.health -= 20,$surgeryType = "ocular implant"]]
<</if>> <</if>>
<</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