From 0e66d8d9112ae0c90afcb02dc535a6c010ea3930 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 12 Apr 2019 00:09:31 -0400
Subject: [PATCH] sanityCheck fixes

---
 src/pregmod/seFCTVshows.tw                  | 2 +-
 src/uncategorized/BackwardsCompatibility.tw | 3 +--
 src/utility/slaveCreationWidgets.tw         | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw
index fd32a6908a8..fe9cfbfc901 100644
--- a/src/pregmod/seFCTVshows.tw
+++ b/src/pregmod/seFCTVshows.tw
@@ -395,7 +395,7 @@
 	<<elseif $randShow == 3>> /* hyperpregnant */
 		<<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race breeder, young and healthy with an advanced <<if $seeHyperPreg == 0>><i>@@.pink;super pregnancy.@@</i><<else>>@@.pink;hyper pregnancy.@@<</if>> $activeSlave.slaveName is really into making babies, and has even had $his hips surgically widened to help $him carry a large brood. Our tests here at HSS show that $he's pregnant with $activeSlave.pregType babies!"
 	<<elseif $randShow == 4>> /* superfetation */
-		a special slave named $activeSlave.slaveName who has quite the gift, @@.pink;superfetation!@@. $He can become pregnant while pregnant! Isn't that amazing? $He may have a few miles on $him, having just completed a double pregnancy, but with a trait like that, $he's more than worth $his price if you like your <<= $girl>>s to constantly have a bun in the oven."
+		a special slave named $activeSlave.slaveName who has quite the gift, @@.pink;superfetation!@@ $He can become pregnant while pregnant! Isn't that amazing? $He may have a few miles on $him, having just completed a double pregnancy, but with a trait like that, $he's more than worth $his price if you like your <<= $girl>>s to constantly have a bun in the oven."
 	<<elseif $randShow == 5>> /* MILF */
 		<<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race @@.pink;MILF.@@ $He's no longer young, but still quite attractive. $He has been a slave for many years now, and has been trained well. $He also has a good array of skills that you can put to use. $He has huge tits and a huge ass to play with, but $he'd also make <<if $seePreg == 0>><i>sandwiches</i><<else>>good stock for a breeding program<</if>>."
 	<<elseif $randShow == 6>> /* discount young hottie */
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 410c749cf1b..5c2e77ec34b 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -3450,8 +3450,7 @@ Done<br>
 				hs.skill.whoring = hs.skill.whore;
 				delete hs.skill.whore;
 			}
-		});
-	>>
+		});>>
 <</if>>
 
 
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 46c5eebe450..8a057c1c3fc 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -2256,7 +2256,7 @@
 		<<set $activeSlave.skill.vaginal = 0>>
 		<<set $activeSlave.skill.oral = 0>>
 		<<set $activeSlave.skill.anal = 0>>
-		<<set $activeSlaveing = 0>>
+		<<set $activeSlave.skill.whoring = 0>>
 		<<set $activeSlave.skill.entertainment = 0>>
 		<<set $activeSlave.skill.combat = 0>>
 		<<set $activeSlave.pubicHStyle = "waxed">>
-- 
GitLab