From 39e38c40cab675143f94c9629d9f47446af710ce Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Wed, 27 Jun 2018 19:33:56 -0400
Subject: [PATCH] Mindbreak Fixes

---
 src/uncategorized/newSlaveIntro.tw      | 7 ++-----
 src/uncategorized/surgeryDegradation.tw | 6 +++---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index d9e34e9b2ef..aeafc85ef25 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -1528,10 +1528,6 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if
 	<</link>>
 <</if>>
 
-<</if>> /* CLOSES MINDBROKEN CHECK*/
-
-
-<<if $activeSlave.fetish != "mindbroken">>
 <<if ($activeSlave.accent >= 3) && ($activeSlave.anus < 2) && ($activeSlave.intelligence < 2) && ($activeSlave.devotion < 10) && ($activeSlave.amp != 1)>>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Force understanding of her situation past the language barrier">>
@@ -1589,7 +1585,8 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if
 		<</replace>>
 	<</link>>
 <</if>>
-<</if>>
+
+<</if>> /* CLOSES MINDBROKEN CHECK*/
 
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index b1f9d293e98..07e11eff1de 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -11,7 +11,7 @@
 
 <<if $activeSlave.dick == 0>>
 	<<if $activeSlave.vagina == -1>>
-			<<set $activeSlave.clitPiercing = 0>>
+		<<set $activeSlave.clitPiercing = 0>>
 	<</if>>
 	<<if $activeSlave.drugs == "penis enhancement" || $activeSlave.drugs == "hyper penis enhancement" || $activeSlave.drugs == "breast redistributors">>
 		<<set $activeSlave.drugs = "none">>
@@ -111,7 +111,7 @@
 
 <<else>>
 	<<switch $surgeryType>>
-	<<case "fuckdoll" "blind" "remove eyes" "amp" "removeLimbs" "amp1" "PLimb interface1" "PLimb interface2" "PLimb interface3">>
+	<<case "fuckdoll" "mindbreak" "blind" "remove eyes" "amp" "removeLimbs" "amp1" "PLimb interface1" "PLimb interface2" "PLimb interface3">>
 	<<set _ID = $activeSlave.ID>>
 	<<if _ID == $Lurcher.ID>><<set $Lurcher = 0>><</if>>
 	<<if _ID == $Recruiter.ID>><<set $Recruiter = 0>><</if>>
@@ -2055,7 +2055,7 @@ As the remote surgery's long recovery cycle completes,
 	<br><br>As this was a non-invasive procedure $possessive health was not affected.
 
 <<case "retrograde virus injection NCS">>
-	The procedure spans the week, with $object spending every other day in the surgery room for a series of 4 sets of injections. $pronounCap feels worse each time a few hours after the injections.  $pronounCap doesn't quite know what it's about, just that $pronoun feels pretty bad. The process has <<if ($PC.medicine >= 100)>>you<<else>>the remote surgeon<</if>> inject $possessive body everywhere, over every few inches, leaving a small needle marks as the process runs that fade out within minutes.  Despite the marks fading the process is very invasive work, and leaves $pronoun @@.red;feeling weak and tired.@@<br><br>
+	The procedure spans the week, with $object spending every other day in the surgery room for a series of 4 sets of injections. $pronounCap feels worse each time a few hours after the injections.  $pronounCap doesn't quite know what it's about, just that $pronoun feels pretty bad. The process has <<if ($PC.medicine >= 100)>>you<<else>>the remote surgeon<</if>> inject $possessive body everywhere, over every few inches, leaving a small needle marks as the process runs that fade out within minutes.  Despite the marks fading the process is very-invasive work, and leaves $pronoun @@.red;feeling weak and tired.@@<br><br>
 	/*
 		Generate the changes, into variables to set contexts.
 	*/
-- 
GitLab