diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index 1b2f8e11e83462a1f516b8851f8c7f943cce2cea..5458ec1d1eb45767ddb6901da4f0248ecfcdba59 100644
--- a/src/pregmod/saInflation.tw
+++ b/src/pregmod/saInflation.tw
@@ -535,7 +535,7 @@
 		$His body @@.lime;grows a little more padded@@ as it absorbs the milk contained in $his digestive track.
 		<<set $slaves[$i].weight += 2>>
 	<</if>>
-	<<if random(1,100) > 50/_gigantomastiaMod && if $slaves[$i].boobs < 3000*_gigantomastiaMod>>
+	<<if random(1,100) > 50/_gigantomastiaMod && $slaves[$i].boobs < 3000*_gigantomastiaMod>>
 		$His breasts @@.lime;swell@@ with added fat as $he digests the milk contained in $his digestive track.
 		<<set $slaves[$i].boobs += 200>>
 	<</if>>