From d6dc7cf3c2fc7267af4573f441778cbde57cb34a Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 29 Dec 2017 20:42:58 -0500
Subject: [PATCH] fix

---
 src/uncategorized/saRules.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index 9f2ded23362..9ee8007a2a8 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -4260,7 +4260,7 @@
 					<<set $slaves[$i].trust -= _punishments>>
 				<</switch>>
 			<</if>>
-			<<if $subSlaves > 0 && ($slaves[$i].releaseRules == "permissive" || $slaves[$i].releaseRules == "sapphic") && $slaves[$i].assignemt != "serve your other slaves">>
+			<<if $subSlaves > 0 && ($slaves[$i].releaseRules == "permissive" || $slaves[$i].releaseRules == "sapphic") && $slaves[$i].assignment != "serve your other slaves">>
 				<<set $slaves[$i].need -= (20*$subSlave)>> /* make those serve your other slaves do some work for once */
 			<</if>>
 		<</switch>>
-- 
GitLab