From 172ef15f131f3058a01e70ef5fd4c7fe5a732bb3 Mon Sep 17 00:00:00 2001
From: 3xpurt <3xpurt@gmail.com>
Date: Sat, 30 Jun 2018 23:23:35 +1000
Subject: [PATCH] [fixed] servant's quarters spelling error in
 rulesAssistantOptions.tw, preventing assignments to Servant's Quarters.
 Updated twine JS.txt.

---
 devNotes/twine JS.txt           | 2 +-
 src/js/rulesAssistantOptions.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 23cc44b1a10..ef97188a04b 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -15088,7 +15088,7 @@ window.rulesAssistantOptions = (function() {
 			if (V.club > 0) items.push(["Club", "serve in the club"]);
 			if (V.arcade > 0) items.push(["Arcade", "be confined in the arcade"]);
 			if (V.dairy > 0) items.push(["Dairy", "work in the dairy"]);
-			if (V.servantQuarters > 0) items.push(["Servant Quarters", "work as a servant"]);
+			if (V.servantsQuarters > 0) items.push(["Servant Quarters", "work as a servant"]);
 			if (V.masterSuite > 0) items.push(["Master Suite", "serve in the master suite"]);
 			if (V.schoolroom > 0) items.push(["Schoolroom", "learn in the schoolroom"]);
 			if (V.spa > 0) items.push(["Spa", "rest in the spa"]);
diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw
index 8b54164871a..e0934caaa6b 100644
--- a/src/js/rulesAssistantOptions.tw
+++ b/src/js/rulesAssistantOptions.tw
@@ -3069,7 +3069,7 @@ window.rulesAssistantOptions = (function() {
 			if (V.club > 0) items.push(["Club", "serve in the club"]);
 			if (V.arcade > 0) items.push(["Arcade", "be confined in the arcade"]);
 			if (V.dairy > 0) items.push(["Dairy", "work in the dairy"]);
-			if (V.servantQuarters > 0) items.push(["Servant Quarters", "work as a servant"]);
+			if (V.servantsQuarters > 0) items.push(["Servant Quarters", "work as a servant"]);
 			if (V.masterSuite > 0) items.push(["Master Suite", "serve in the master suite"]);
 			if (V.schoolroom > 0) items.push(["Schoolroom", "learn in the schoolroom"]);
 			if (V.spa > 0) items.push(["Spa", "rest in the spa"]);
-- 
GitLab