Skip to content
Snippets Groups Projects
Commit 1d613c72 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

fixed saInflation.tw

See merge request pregmodfan/fc-pregmod!4236
parents c2622d4f af972023
No related branches found
No related tags found
No related merge requests found
...@@ -535,16 +535,16 @@ ...@@ -535,16 +535,16 @@
<<set $slaves[$i].weight += 2>> <<set $slaves[$i].weight += 2>>
<</if>> <</if>>
<<if random(1,100) > 50 && if $slaves[$i].boobs < 3000>> <<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. $His breasts @@.lime;swell@@ with added fat as $he digests the milk contained in $his digestive track.
<<set $slaves[$i].boobs += 200>> <<set $slaves[$i].boobs += 200>>
<</if>>
<</if>> <</if>>
<<if random(1,100) > (50/_rearQuirkDivider) && $slaves[$i].butt < 7*_rearQuirk>> <<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. $His butt @@.lime;swells@@ with added fat as $he digests the milk contained in $his digestive track.
<<set $slaves[$i].butt += 1>> <<set $slaves[$i].butt += 1>>
<</if>>
<</if>> <</if>>
<<elseif $slaves[$i].inflationType == "food" && $slaves[$i].bellyFluid >= 1500>> <<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>> <<if $slaves[$i].weight < 200>>
$His body @@.lime;rapidly gains weight@@ as it digests the food contained in $his digestive track. $His body @@.lime;rapidly gains weight@@ as it digests the food contained in $his digestive track.
<<set $slaves[$i].weight += 4>> <<set $slaves[$i].weight += 4>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment