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

Merge branch 'BugFixes' into 'pregmod-master'

Minor clean up

See merge request pregmodfan/fc-pregmod!2372
parents d6dd8a3b 12c47287
No related branches found
No related tags found
No related merge requests found
......@@ -505,9 +505,9 @@ $He comes to you for an inspection
<</if>>
<<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)>>
$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 ($activeSlave.birthsTotal != 0)>>
......
......@@ -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.
<</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>>
......
......@@ -135,13 +135,13 @@
<</if>>
<<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]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$retirementSex" $retirementSex "Policies">>
<</if>>
<<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]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;Set a new retirement requirement: <<textbox "$retirementMilk" $retirementMilk "Policies">>
<</if>>
......@@ -852,11 +852,11 @@
<<if $CitizenRetirement == 1>>
<<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]]
<</if>>
<<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]]
<</if>>
<<if $BirthsMilestoneRetirement == 0>>
......
......@@ -149,7 +149,7 @@ $possessiveCap $activeSlave.faceShape face is
<</if>>*/
<</if>>
<<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"]]
<</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