From f6a61adbeedda0b7686578b8499a13d42eac79a4 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 29 Jun 2018 21:24:08 -0400 Subject: [PATCH] fix to forceFeeding.tw --- src/pregmod/forceFeeding.tw | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/pregmod/forceFeeding.tw b/src/pregmod/forceFeeding.tw index f46cc5c0810..8cd9de11a35 100644 --- a/src/pregmod/forceFeeding.tw +++ b/src/pregmod/forceFeeding.tw @@ -4,10 +4,7 @@ <<setLocalPronouns $activeSlave>> <<set _belly = bellyAdjective($activeSlave)>> -<<set - $activeSlave.bellyAccessory = "none", - _isDone = $activeSlave.inflation-1, - _pregDiscovery = 0>> +<<set $activeSlave.bellyAccessory = "none" _isDone = $activeSlave.inflation-1, _pregDiscovery = 0>> You call $him over and ask $him to wait patiently for a moment. <<if $activeSlave.fetish == "mindbroken">> $He shows no response as @@ -191,7 +188,7 @@ Once $he has downed two liters, you give $his bloated belly a slap, eliciting <</if>> and a little jiggle from $his gut. -<<br>><<br>> +<br><br> <<if $activeSlave.pregKnown == 0 && $activeSlave.preg > 3 && _isDone > 0>> As soon as the next helping enters $him you feel something is wrong. $He begins to heave, @@ -287,7 +284,7 @@ and a little jiggle from $his gut. a small sigh followed by a request for more, from the bloated slave and tons of motion under your arm. <</if>> - <<br>><<br>> + <br><br> <</if>> <<if _isDone > 0>> @@ -359,7 +356,7 @@ and a little jiggle from $his gut. <</if>> as you appreciate its size. - <<br>><<br>> + <br><br> <</if>> Knocking the empty buckets aside, you help $his @@ -680,4 +677,4 @@ and a little jiggle from $his gut. <</if>> <</if>> -<<run setBellySize ($activeSlave)>> +<<run setBellySize($activeSlave)>> -- GitLab