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

Merge branch 'patch-2' into 'pregmod-master'

Breast atrophy typo?

See merge request pregmodfan/fc-pregmod!5410
parents 28992d32 f71ab194
No related branches found
No related tags found
No related merge requests found
......@@ -7009,7 +7009,7 @@
<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) || $arcologies[0].FSAssetExpansionistResearch == 0>>
<<if (($slaves[$i].drugs != "breast injections") && ($slaves[$i].drugs != "intensive breast injections") && ($arcologies[0].FSAssetExpansionistResearch == 0))>>
<<if (($slaves[$i].bellyPreg < 300000) && ($slaves[$i].hormoneBalance < 300) && _gigantomastiaMod != 3)>>
<<if ($slaves[$i].boobs < 30000+($slaves[$i].muscles*100))*2>>
<<if $slaves[$i].boobs < (30000+($slaves[$i].muscles*100))*2>>
$His breasts are larger than $his body can possibly sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
<<set $slaves[$i].boobs -= 25>>
<<else>>
......@@ -7079,7 +7079,7 @@
<<if ($slaves[$i].assignment != "work in the dairy") || ($dairyRestraintsSetting < 2) || $arcologies[0].FSAssetExpansionistResearch == 0>>
<<if ($slaves[$i].drugs != "breast injections" && $slaves[$i].drugs != "intensive breast injections" && $arcologies[0].FSAssetExpansionistResearch == 0)>>
<<if $slaves[$i].bellyPreg < 300000 && $slaves[$i].hormoneBalance < 300 && _gigantomastiaMod != 3>>
<<if ($slaves[$i].boobs < (_gigantomastiaMod == 2 ? 25000 : 5000)+($slaves[$i].muscles*10))*2>>
<<if $slaves[$i].boobs < ((_gigantomastiaMod == 2 ? 25000 : 5000)+($slaves[$i].muscles*10))*2>>
$His breasts are larger than $his body can possibly sustain without industrial intervention, and they @@.orange;naturally lose mass.@@
<<set $slaves[$i].boobs -= 25>>
<<else>>
......
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