From 80f7ac15a1cd7489145cff6dc6316e5abc4c0c0e Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 24 Feb 2019 23:31:41 -0500
Subject: [PATCH] fixes

---
 src/uncategorized/pSchoolSuggestion.tw | 3 +--
 src/uncategorized/resSale.tw           | 3 +--
 src/uncategorized/saLongTermEffects.tw | 4 ++--
 src/utility/descriptionWidgetsStyle.tw | 6 +++---
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/src/uncategorized/pSchoolSuggestion.tw b/src/uncategorized/pSchoolSuggestion.tw
index 715a697b961..7c2427735f0 100644
--- a/src/uncategorized/pSchoolSuggestion.tw
+++ b/src/uncategorized/pSchoolSuggestion.tw
@@ -1,7 +1,6 @@
 :: P school suggestion [nobr]
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
+<<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">>
 
 <<set $schoolSuggestion = 1>>
 
diff --git a/src/uncategorized/resSale.tw b/src/uncategorized/resSale.tw
index ae816b45288..9469671fd7a 100644
--- a/src/uncategorized/resSale.tw
+++ b/src/uncategorized/resSale.tw
@@ -1,7 +1,6 @@
 :: RES Sale [nobr]
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
+<<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">>
 
 <<set $RESSale = $RESSale.random()>>
 <<if $RESSale == "TSS">>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 3340504b403..848cf99bf2a 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -4150,7 +4150,7 @@
 							<<set $slaves[$i].trust++, $slaves[$i].devotion++>>
 						<</if>>
 					<<else>>
-						$He @@.hotpink;loves@@ the availability of the tasty slave treats and @@.mediumaquamarine;trusts you to more@@ for having them so accessible.
+						$He @@.hotpink;loves@@ the availability of the tasty slave treats and @@.mediumaquamarine;trusts you more@@ for having them so accessible.
 						<<if $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
 							$He is so distracted by the luxury that $he doesn't notice the @@.lime;weight $he is gaining.@@
 							<<set $slaves[$i].weight++>>
@@ -4240,7 +4240,7 @@
 						<<set $slaves[$i].trust++, $slaves[$i].devotion++>>
 					<</if>>
 				<<else>>
-					$He @@.hotpink;loves@@ the availability of the tasty slave treats and @@.mediumaquamarine;trusts you to more@@ for having them so accessible.
+					$He @@.hotpink;loves@@ the availability of the tasty slave treats and @@.mediumaquamarine;trusts you more@@ for having them so accessible.
 					<<if $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
 						$He is so distracted by the luxury that $he doesn't notice the @@.lime;weight $he is gaining.@@
 						<<set $slaves[$i].weight++>>
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index e98a74c82cb..b1eb0a2d24e 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -1816,7 +1816,7 @@ $His
 		<<case "a skimpy loincloth">>
 			is in a long ponytail and is kept out of $his face by a couple of bone hairpins.
 		<<case "kitty lingerie">>
-			is in a long ponytail and is in a long ponytail, and topped by a cat ear headband.
+			is in a long ponytail and topped by a cat ear headband.
 		<<default>>
 			is in a ponytail that almost reaches the ground.
 		<</switch>>
@@ -1892,9 +1892,9 @@ $His
 		<<case "a skimpy loincloth">>
 			is in a long ponytail and is kept out of $his face by a couple of bone hairpins.
 		<<case "kitty lingerie">>
-			is in a long ponytail and is in a long ponytail, and topped by a cat ear headband.
+			is in a long ponytail and topped by a cat ear headband.
 		<<default>>
-			is in a long ponytail and is in a long ponytail.
+			is in a long ponytail.
 		<</switch>>
 	<<elseif $activeSlave.hLength > 10>>
 		<<switch $activeSlave.clothes>>
-- 
GitLab