diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index 6678fa03ce4bcc3ac7feae58949616ab5664133a..bbb81ae68b986f79e1562340aa24f986a064db89 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>>