From b18b064f4f43185ee3c287d8fb6b82d8c9285f45 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 11 Nov 2018 21:28:47 -0500
Subject: [PATCH] fix

---
 src/pregmod/widgets/bodySwapReaction.tw | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw
index e7d849b3d7a..96d075bd9fc 100644
--- a/src/pregmod/widgets/bodySwapReaction.tw
+++ b/src/pregmod/widgets/bodySwapReaction.tw
@@ -1013,7 +1013,7 @@ Now you only have to wait for $him to wake up.
 						body.
 					<</if>>
 				<<else>>/*not devoted*/
-					$He is a bit miffed that you would modify $his body in such a way, knowing it has nothing to do with making $him happy
+					$He is a bit miffed that you would modify $his body in such a way, knowing it has nothing to do with making $him
 					<<if $arcologies[0].FSSlimnessEnthusiast != "unset">>
 						happy, but feels a bit better knowing that society will now view $him in a better light.
 					<<else>>
@@ -1452,7 +1452,7 @@ Now you only have to wait for $him to wake up.
 					amazing addition to $his body is @@.hotpink;surely welcome@@. $He moans as $he fondles $his new balls, groaning as $he rolls their weight around. $His face is flushed by the time $he's done "examining" them.
 					<<set $args[0].devotion += 5>>
 				<<else>>
-					addition to $his body is @@mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hands, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down.
+					addition to $his body is @@.mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hands, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down.
 					<<set $args[0].trust += 5>>
 				<</if>>
 			<<elseif $args[0].balls > $args[1].balls>>
@@ -3040,7 +3040,7 @@ Now you only have to wait for $him to wake up.
 						amazing addition to $his body is @@.hotpink;surely welcome@@. $He moans as $he rubs against $his new balls, groaning as their weight shifts around. $His face is flushed by the time $he's done "examining" them.
 						<<set $args[0].devotion +=5>>
 					<<else>>
-						addition to $his body is @@mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hips, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down.
+						addition to $his body is @@.mediumaquamarine;annoying@@, clearly. The frustrated irritation on $his face contrasts sharply with the actions of $his hips, which are busy causing <<if $args[0].dick>>$his dick to become engorged with blood<<else>>precum to start flowing freely<</if>>. Catching $himself, $he takes a few soothing breaths to calm $his body down.
 						<<set $args[0].trust += 5>>
 					<</if>>
 				<<elseif $args[0].balls > $args[1].balls>>
-- 
GitLab