Skip to content
Snippets Groups Projects
Commit 322c3938 authored by Pregmodder's avatar Pregmodder
Browse files

Fix.

parent e14dd14b
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<<removeJob $slaves[$i] "live with your head girl">> <<removeJob $slaves[$i] "live with your head girl">>
<<else>> <<else>>
<<set $HGRelease = 1>> <<set $HGRelease = 1>>
''__@@.pink;<<SlaveFullName $slaves[$i].slaveSurname>>@@__'' ''__@@.pink;<<SlaveFullName $slaves[$i]>>@@__''
<<if $slaves[$i].choosesOwnAssignment == 2>> <<if $slaves[$i].choosesOwnAssignment == 2>>
<<include "SA chooses own job">> <<include "SA chooses own job">>
$pronounCap $pronounCap
......
...@@ -8630,7 +8630,7 @@ $pronounCap has ...@@ -8630,7 +8630,7 @@ $pronounCap has
<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>> <<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
$activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit. $activeSlave.slaveName's huge pregnant belly is allowed to bulge out of a huge hole in the suit.
<<elseif $activeSlave.weight > 160>> <<elseif $activeSlave.weight > 160>>
$activeSlave.slaveName's hugely fat belly is cruelly squeezed by the suit. The tight latex accentuates her fat fold. $activeSlave.slaveName's hugely fat belly is cruelly squeezed by the suit. The tight latex accentuates her fat folds.
<<elseif $activeSlave.weight > 130>> <<elseif $activeSlave.weight > 130>>
$activeSlave.slaveName's big fat belly is cruelly squeezed by the suit. $activeSlave.slaveName's big fat belly is cruelly squeezed by the suit.
<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>> <<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
...@@ -8759,8 +8759,14 @@ $pronounCap has ...@@ -8759,8 +8759,14 @@ $pronounCap has
$activeSlave.slaveName's titanic bulging pregnant belly is tightly wrapped with chains causing its occupants to shift angrily. $activeSlave.slaveName's titanic bulging pregnant belly is tightly wrapped with chains causing its occupants to shift angrily.
<<elseif hyperPregBellyOne($activeSlave)>> <<elseif hyperPregBellyOne($activeSlave)>>
$activeSlave.slaveName's gigantic pregnant belly is tightly wrapped with chains causing it to bulge angrily. $activeSlave.slaveName's gigantic pregnant belly is tightly wrapped with chains causing it to bulge angrily.
<<elseif $activeSlave.weight > 190>>
$activeSlave.slaveName's chains are practically buried in $possessive massively fat belly. The only hint of their presence are the deep ravines of flesh formed around them.
<<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>> <<elseif hugeBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>>
$activeSlave.slaveName's huge pregnant belly is tightly wrapped with chains, causing it to bulge angrily. $activeSlave.slaveName's huge pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
<<elseif $activeSlave.weight > 160>>
$activeSlave.slaveName's chains sink deep into $possessive hugely fat belly. They can barely be seen from the front; $possessive sides completely envolope them.
<<elseif $activeSlave.weight > 130>>
$activeSlave.slaveName's chains sink deep into $possessive big fat belly; most end up swallowed by $possessive folds.
<<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>> <<elseif bigBellyPreg($activeSlave) || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
$activeSlave.slaveName's pregnant belly is tightly wrapped with chains, causing it to bulge angrily. $activeSlave.slaveName's pregnant belly is tightly wrapped with chains, causing it to bulge angrily.
<<elseif $activeSlave.weight > 95>> <<elseif $activeSlave.weight > 95>>
......
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