From f6cd4a08d6d28e1a43cd3f6f310cb55493a8f152 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 4 Aug 2018 23:15:49 -0400
Subject: [PATCH] fixes

---
 src/pregmod/SecForceEX/securityForceTradeShow.tw | 2 +-
 src/uncategorized/slaveInteract.tw               | 5 +++--
 src/utility/slaveCreationWidgets.tw              | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/pregmod/SecForceEX/securityForceTradeShow.tw b/src/pregmod/SecForceEX/securityForceTradeShow.tw
index 9b2365b0024..c3037fc7041 100644
--- a/src/pregmod/SecForceEX/securityForceTradeShow.tw
+++ b/src/pregmod/SecForceEX/securityForceTradeShow.tw
@@ -124,7 +124,7 @@ The (bi-yearly) security trade show has finally come around and even though you'
 	<</replace>>
 	<</link>>
 
-	<<link "Request she remain on base">>
+	<br><<link "Request she remain on base">>
 	<<replace "#choice2">>
 		<br>The look of disappointment is barely noticeable on The Colonel's face.
 	<</replace>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 8950250035c..82eda66fec8 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -1346,6 +1346,7 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule
 <<if $studio == 1>>
 	
 	<<if $PCSlutContacts == 0>><<set $PCSlutContacts = 1>><</if>>
+	<<if def $activeSlave.PCSlutContacts>><<unset $activeSlave.PCSlutContacts>><</if>>
 	<br><br>__Media__:<br>
 	<<if $activeSlave.pornPrestige == 3>>
 		//$He is so prestigious in the realm of $activeSlave.pornFameType porn that $his fame is self-sustaining.//
@@ -1373,10 +1374,10 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule
 				You retain some contacts from your past life in the idustry that may be willing to cut you some discounts should you return to it.
 				<<if $PCSlutContacts != 2>>
 					You are not baring your body for all to see.
-					[[Star in porn for a discount|Slave Interact][$activeSlave.PCSlutContacts = 2]]
+					[[Star in porn for a discount|Slave Interact][$PCSlutContacts = 2]]
 				<<else>>
 					You are staring in hardcore porn once more.
-					[[Stop doing porn for a discount|Slave Interact][$activeSlave.PCSlutContacts = 1]]
+					[[Stop doing porn for a discount|Slave Interact][$PCSlutContacts = 1]]
 				<</if>>
 			<</if>>
 		<</if>>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index f13d1a17c6b..8d456d77f01 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -3581,7 +3581,7 @@
 	<<set $activeSlave.customTat = "She has a simple pink heart tattooed on her right temple.">>
 	<<set $activeSlave.trueVirgin = 1>>
 
-<<case HA>>
+<<case "HA">>
 	<<set $activeSlaveOneTimeMinAge = 22>>
 	<<set $activeSlaveOneTimeMaxAge = 26>>
 	<<set $one_time_age_overrides_pedo_mode = 1>>
-- 
GitLab