From 67645ca93078d17eff75cd54c7e9c7664de64652 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 25 May 2018 03:02:18 -0400 Subject: [PATCH] fix --- src/pregmod/widgets/bodySwapReaction.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw index 0ce77ead0f6..cdf4e27a237 100644 --- a/src/pregmod/widgets/bodySwapReaction.tw +++ b/src/pregmod/widgets/bodySwapReaction.tw @@ -1291,7 +1291,7 @@ Now you only have to wait for her to wake up. This change @@.mediumorchid;disgusts her;@@ it will only leave her treated worse compared to the more feminine slaves. <<set $args[0].devotion -= 1>> <</if>> - <<elseif args[0].waist < $args[1].waist-40>> + <<elseif $args[0].waist < $args[1].waist-40>> As she explores her middle, she also takes note of her @@.lime;narrower waist.@@ <<if $args[0].fetish == "mindbroken">> The effects of such a change on her appearance go right over her head. @@ -2725,7 +2725,7 @@ Now you only have to wait for her to wake up. This change @@.mediumorchid;disgusts her;@@ it will only leave her treated worse compared to the more feminine slaves. <<set $args[0].devotion -= 1>> <</if>> - <<elseif args[0].waist < $args[1].waist-40>> + <<elseif $args[0].waist < $args[1].waist-40>> As she explores her middle, she also takes note of her @@.lime;narrower waist.@@ <<if $args[0].fetish == "mindbroken">> The effects of such a change on her appearance go right over her head. -- GitLab