From 19dba05acdb6d4ae87804e558a724be89bf8c37f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 11 Dec 2017 13:02:08 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 10 +++++++++-
 src/uncategorized/saRules.tw                 |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index ecdedfa15b9..aea280307a4 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4865,9 +4865,17 @@ Pregmod 0.10.3.0
 	-fixes
 	-saRules tinkering
 	
+	12/10/17
+	
 	196
 	-fixes
 	-saRules tinkering
 	
 	197
-	-corncobman's tweaks
\ No newline at end of file
+	-corncobman's tweaks
+	
+	12/11/17
+	
+	198
+	-fixes
+	-saRules now applies to the brothel
\ No newline at end of file
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index 86bad3ed267..5955dcff821 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -176,7 +176,7 @@
 					<<saRulesPlayerDiscoversFetish>>
 					<<saRulesPlayerDrugEffects>>
 				<<elseif ($slaves[$i].releaseRules == "masturbation")>>
-					<<if $slaves[$i].sexualFlaw = "attention whore">>
+					<<if $slaves[$i].sexualFlaw == "attention whore">>
 						@@.hotpink;enjoys being allowed to masturbate,@@ especially since its often to the pleasure of an aroused client.
 						<<set $slaves[$i].devotion += 1, $slaves[$i].need = 0>>
 					<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust > -20)>>
-- 
GitLab