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

Merge branch 'fix-report-cut-short' into 'pregmod-master'

fix report cut short

Closes #1057

See merge request pregmodfan/fc-pregmod!5298
parents 91f3852b c12a9c1d
No related branches found
No related tags found
No related merge requests found
:: SA inflation [nobr]
<<set _DL = $DairyiIDs.length>>
<<set _dairyL = $DairyiIDs.length>>
<<if $slaves[$i].assignment == "be confined in the arcade" || $slaves[$i].assignment == "work in the dairy">>
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>>
......@@ -220,7 +220,7 @@
<<case "milk">>
<<if $slaves[$i].behavioralFlaw == "anorexic">>
<<if $slaves[$i].inflationMethod == 1>>
<<if (_DL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -234,7 +234,7 @@
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if (_DL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -268,7 +268,7 @@
<</if>>
<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
<<if $slaves[$i].inflationMethod == 1>>
<<if (_DL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -282,7 +282,7 @@
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if (_DL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -316,7 +316,7 @@
<</if>>
<<else>>
<<if $slaves[$i].inflationMethod == 1>>
<<if (_DL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -328,7 +328,7 @@
Throughout the week, $he makes sure to keep $himself filled with nearly two liters of milk, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if (_DL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -361,7 +361,7 @@
<<case "cum">>
<<if $slaves[$i].behavioralFlaw == "anorexic">>
<<if $slaves[$i].inflationMethod == 1>>
<<if (_DL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -375,7 +375,7 @@
<<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if (_DL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -406,7 +406,7 @@
<</if>>
<<elseif $slaves[$i].behavioralFlaw == "gluttonous">>
<<if $slaves[$i].inflationMethod == 1>>
<<if (_DL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -420,7 +420,7 @@
<<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>>
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if (_DL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -451,7 +451,7 @@
<</if>>
<<else>>
<<if $slaves[$i].inflationMethod == 1>>
<<if (_DL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......@@ -463,7 +463,7 @@
Throughout the week, $he makes sure to keep $himself filled with nearly two liters of cum, leaving $his belly noticeably distended. $He is full enough to be swollen but not enough to visibly jiggle.
<</if>>
<<elseif $slaves[$i].inflationMethod == 2>>
<<if (_DL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
<<if (_dairyL == 0 || $cumSlaves == 0 || $dairy == 0) && $arcologies[0].FSPastoralistLaw != 1>>
You no longer have a functional cum dairy. @@.yellow;$His inflation regimen has been ended.@@
<<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, SetBellySize($slaves[$i])>>
<<elseif $slaves[$i].inflation == 3>>
......
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