From a3e750762394467d85a0c2c5cc1e3fa66f3dc756 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 13 Sep 2020 01:07:08 -0400
Subject: [PATCH] bodyswap fix

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

diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw
index 0def925db93..64468d43838 100644
--- a/src/pregmod/widgets/bodySwapReaction.tw
+++ b/src/pregmod/widgets/bodySwapReaction.tw
@@ -1981,7 +1981,7 @@ Now you only have to wait for $him to wake up.
 				<<if $args[0].devotion > 20>>
 					@@.lime;and finds $his tits are bigger than ever, yet implant free.@@ $He eyes $his mammaries eagerly, desperate to grope them. $He bites $his lip and gives you a pleading look that begs you to teases $his nipples. From the look on $his face, you know $he'll want to put them to the test.
 				<<else>>
-					@@.lime;and finds that $his breasts have expanded in size, yet lack implants. $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
+					@@.lime;and finds that $his breasts have expanded in size, yet lack implants.@@ $He wrestles with the fact that you have clearly not done this for $his benefit, @@.hotpink;but decides this is definitely better than the alternative.@@
 					<<set $args[0].devotion += 5>>
 				<</if>>
 			<<elseif $args[0].boobs > $args[1].boobs+100>> /*(Bigger breasts)*/
@@ -2004,7 +2004,12 @@ Now you only have to wait for $him to wake up.
 				<<if $args[0].devotion > 20>>
 					@@.orange;and finds that $his implants have been removed.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
 				<<else>>
-					@@.orange;and finds that $his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
+					@@.orange;and finds that $his chest is not as large as it once was.@@ $He looks at you with
+					<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
+						@@.mediumorchid;anger@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.
+					<<else>>
+						@@.mediumorchid;anger.@@
+					<</if>>
 					<<set $args[0].devotion -= 2>>
 				<</if>>
 			<<else>> /*(No change (less than a 100 cc's of change)*/
@@ -2088,7 +2093,12 @@ Now you only have to wait for $him to wake up.
 				<<elseif $args[0].devotion > 20>>
 					that @@.orange;$his breasts are smaller.@@ $He shrugs this off, as $his devotion to you overrides any anguish this might cause.
 				<<else>>
-					that @@.orange;$his chest is not as large as it once was.@@ $He looks at you with @@.mediumorchid;anger<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.<<else>>.@@<</if>>
+					that @@.orange;$his chest is not as large as it once was.@@ $He looks at you with
+					<<if $arcologies[0].FSSlimnessEnthusiast == "unset">>
+						@@.mediumorchid;anger@@ as this is not only a cruel manipulation of $his body, but $he is now less of a woman in the eyes of a vast majority of society.
+					<<else>>
+						@@.mediumorchid;anger.@@
+					<</if>>
 					<<set $args[0].devotion -= 2>>
 				<</if>>
 			<<else>> /*(No change (less than a 100 cc's of change)*/
-- 
GitLab