From af9720234ce51a2312d5c33d8e051089446e2e33 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 12 Apr 2019 17:28:25 -0400 Subject: [PATCH] fixed saInflation.tw --- src/pregmod/saInflation.tw | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw index 6678fa03ce4..bbb81ae68b9 100644 --- a/src/pregmod/saInflation.tw +++ b/src/pregmod/saInflation.tw @@ -535,16 +535,16 @@ <<set $slaves[$i].weight += 2>> <</if>> <<if random(1,100) > 50 && if $slaves[$i].boobs < 3000>> - $His breasts @@.lime;swell@@ with added fat as $he digests the milk contained in $his digestive track. - <<set $slaves[$i].boobs += 200>> - <</if>> + $His breasts @@.lime;swell@@ with added fat as $he digests the milk contained in $his digestive track. + <<set $slaves[$i].boobs += 200>> <</if>> <<if random(1,100) > (50/_rearQuirkDivider) && $slaves[$i].butt < 7*_rearQuirk>> - $His butt @@.lime;swells@@ with added fat as $he digests the milk contained in $his digestive track. - <<set $slaves[$i].butt += 1>> - <</if>> + $His butt @@.lime;swells@@ with added fat as $he digests the milk contained in $his digestive track. + <<set $slaves[$i].butt += 1>> <</if>> <<elseif $slaves[$i].inflationType == "food" && $slaves[$i].bellyFluid >= 1500>> + <<set _rearQuirk = $slaves[$i].geneticQuirks.rearLipedema == 2 ? 2 : 0>> + <<set _rearQuirkDivider = _rearQuirk == 0 ? 1 : _rearQuirk>> <<if $slaves[$i].weight < 200>> $His body @@.lime;rapidly gains weight@@ as it digests the food contained in $his digestive track. <<set $slaves[$i].weight += 4>> -- GitLab