From 835f7f96cd92d0a81b13f58b7ef10bb3af0736de Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 19 Aug 2018 14:48:59 -0400
Subject: [PATCH] hidden setter removal

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 6 ++++++
 src/uncategorized/main.tw                    | 2 --
 src/uncategorized/slaveInteract.tw           | 4 +---
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 42cbed2db39..d24f8f2a04e 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.1-0.6.x
 
+8/19/2018
+
+	6
+	-added pupil shape and schlera color
+	-fixes
+
 8/18/2018
 
 	5
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index f1ea7a7c8d5..ba16352d230 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -1,7 +1,5 @@
 :: Main [nobr]
 
-<<if $PCSlutContacts == 0>><<set $PCSlutContacts = 1>><</if>>
-
 <<unset $Flag>>
 <<resetAssignmentFilter>>
 <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index d4eae737ca7..4d200a98918 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -1356,9 +1356,7 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule
 <<link "Permissive">><<set $activeSlave.relationshipRules = "permissive">><<replace "#relationshipRules">>$activeSlave.relationshipRules<</replace>><</link>>
 
 <<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.//
-- 
GitLab