diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw index 86787c8c04957e99c960fa22186e5dc6c69307fc..8bf2b9b0f14632ab7e93a9334837b92daa2df498 100644 --- a/src/pregmod/saInflation.tw +++ b/src/pregmod/saInflation.tw @@ -1,6 +1,6 @@ :: 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>>