From 0424af7741334d7d64d0ede6ba3ce76f94316e91 Mon Sep 17 00:00:00 2001
From: x <okp57855@psoxs.com>
Date: Mon, 18 Jun 2018 10:41:58 +1200
Subject: [PATCH] Compiler/general fixes

---
 src/npc/fRelation.tw                             | 2 +-
 src/uncategorized/bodyModification.tw            | 2 +-
 src/uncategorized/bodyModificationDegradation.tw | 2 +-
 src/uncategorized/bodyModificationReaction.tw    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw
index 7e100614546..31d72ef2ef5 100644
--- a/src/npc/fRelation.tw
+++ b/src/npc/fRelation.tw
@@ -79,7 +79,7 @@ You call both $activeSlave.slaveName and $slaves[$partner].slaveName to your off
 	<<else>>
 		licking _his2 anus while _he2 humps _himself2 up and down on your cock.
 	<</if>>
-	Your use of $slaves[$partner].slaveName's mature body is the focus. _He2 finds _himself2 caught up in a miasma of sexual pleasure and perversion, moaning and blushing as your <<if ($PC.dick == 0)>>strap-on and fingers<<else>>cock<</if>> and $active.slaveName's mouth tour _his2 body. When you finish in _his2 <<if ($slaves[$partner].dick > 0)>>asshole, _his2 daughter hastens to lavish attention on $his mother's well fucked, cum filled butt.<<else>>pussy, _his2 daughter hastens to lavish attention on $his mother's well fucked, cum filled cunt.<</if>>
+	Your use of $slaves[$partner].slaveName's mature body is the focus. _He2 finds _himself2 caught up in a miasma of sexual pleasure and perversion, moaning and blushing as your <<if ($PC.dick == 0)>>strap-on and fingers<<else>>cock<</if>> and $activeSlave.slaveName's mouth tour _his2 body. When you finish in _his2 <<if ($slaves[$partner].dick > 0)>>asshole, _his2 daughter hastens to lavish attention on $his mother's well fucked, cum filled butt.<<else>>pussy, _his2 daughter hastens to lavish attention on $his mother's well fucked, cum filled cunt.<</if>>
 	<<set $activeSlave.oralCount += 2, $slaves[$partner].oralCount += 2, $oralTotal += 2>>
 	<<PartnerVCheck>>
 <<elseif canDoVaginal($activeSlave) && canDoVaginal($slaves[$partner]) && canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 50) && (_activeSlaveRel == "twin")>>
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 8cf90255f16..49f24ac6e0a 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -20,7 +20,7 @@
 		<<set $activeSlave.health -= 10>>
 		<<unset $brandApplied>>
 	<</if>>
-	<<if $activeSlave.fetish != "mindbroken && $activeSlave.fuckdoll == 0>>
+	<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 	<<if $degradation > 1>>
 		<<if $degradation > 5>>
 			<<if $activeSlave.devotion <= 50 && $activeSlave.trust < -50>>
diff --git a/src/uncategorized/bodyModificationDegradation.tw b/src/uncategorized/bodyModificationDegradation.tw
index 714e663dc6c..c6da6e33359 100644
--- a/src/uncategorized/bodyModificationDegradation.tw
+++ b/src/uncategorized/bodyModificationDegradation.tw
@@ -2,6 +2,6 @@
 
 <<if ($degradation == 0)>>
 	<<goto "Slave Interact">>
-<<elseif $degradation > 0 && $activeSlave.fetish != "mindbroken && $activeSlave.fuckdoll == 0>>
+<<elseif $degradation > 0 && $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 	<<goto "Body Modification Reaction">>
 <</if>>
diff --git a/src/uncategorized/bodyModificationReaction.tw b/src/uncategorized/bodyModificationReaction.tw
index c695d644a55..7fc7123efcd 100644
--- a/src/uncategorized/bodyModificationReaction.tw
+++ b/src/uncategorized/bodyModificationReaction.tw
@@ -12,7 +12,7 @@ As you cast off her bindings<<if canSee($activeSlave)>> and <<if ($activeSlave.a
 	<<set $brandApplied = 0>>
 	<<set $activeSlave.health -= 10>>
 <</if>>
-<<if $activeSlave.fetish != "mindbroken && $activeSlave.fuckdoll == 0>>
+<<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>>
 <<if ($degradation > 10) && ($activeSlave.devotion <= 50) && ($activeSlave.trust < -50)>>
 	She is appalled by the whorish spectacle you have made of her. She @@.gold;fears@@ you all the more for this but is so terrified of you it does not affect her submission.
 	<<set $activeSlave.trust -= 10>>
-- 
GitLab