diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index b7855fc297d79cb379c71dc737a0810d585e3baf..02f6c6253ca389d5c912c7cdd735ff7cf13c71e9 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 dc54254d45824c076f66ccac70600adb23911c69..5c539518af8a68bdae7ab3440e38bd9b5ec5663b 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>>