From a346e28912265523df46dd059277f2be0d0e4e8a Mon Sep 17 00:00:00 2001
From: x <okp57855@psoxs.com>
Date: Sat, 9 Jun 2018 00:22:35 +1200
Subject: [PATCH] Found the source

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

diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw
index 97d6e8d4fb8..50fe85f731b 100644
--- a/src/js/economyJS.tw
+++ b/src/js/economyJS.tw
@@ -181,7 +181,7 @@ window.getCost = function(array) {
 			if(slave.assignment === Job.SERVANT) {
 				costs -= rulesCost;
 			}
-			if(setup.servantCareers.includes(slave.career) || slave.skillS >= $masteredXP) {
+			if(setup.servantCareers.includes(slave.career) || slave.skillS >= State.variables.masteredXP) {
 				costs -= rulesCost;
 			}
 		}
-- 
GitLab