From d6dbf2a168f72e65d22ea660283419c2f21eaf22 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 24 Aug 2020 15:27:29 -0400
Subject: [PATCH] tweaks

---
 slave variables documentation - Pregmod.txt |  2 +-
 src/uncategorized/saRules.tw                | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index b7855fc297d..02f6c6253ca 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -2921,7 +2921,7 @@ faceAccessory:
 "porcelain mask"
 "cat ears"
 
-mouth:
+mouthAccessory:
 "none"
 "ball gag"
 "bit gag"
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index dc54254d458..5c539518af8 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -4722,17 +4722,17 @@
 					It provides a @@.green;satisfying rest@@ every time $he drifts off to sleep.
 				<<elseif $slaves[$i].rules.living == "spare">>
 					<<if $slaves[$i].devotion > 20>>
-						<<if !_adequateConditions>>
-							They suffice
-						<<else>>
+						<<if _adequateConditions>>
 							They are @@.green;quite relaxing@@
+						<<else>>
+							They suffice
 						<</if>>
 						for cows that know their place.
 					<<else>>
-						<<if !_adequateConditions>>
-							They are just barely sufficient, but only if properly made use of.
-						<<else>>
+						<<if _adequateConditions>>
 							They could even be considered relaxing if properly appreciated.
+						<<else>>
+							They are just barely sufficient, but only if properly made use of.
 						<</if>>
 					<</if>>
 				<<else>>
-- 
GitLab