From dbe5eb0315c1897cd69937ffca4c4f5e4076da46 Mon Sep 17 00:00:00 2001 From: cc54iw <cc54iwj8sqyn@mail.ru> Date: Wed, 1 May 2019 15:37:07 -0700 Subject: [PATCH] Merge branch 'master' into 'pregmod-master' Master See merge request cc54iw/fc-pregmod!1 --- src/pregmod/saInflation.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw index 1b2f8e11e83..5458ec1d1eb 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>> -- GitLab