diff --git a/devNotes/twine JS b/devNotes/twine JS index 80054bead6e2b62cb5df92e6646f3137a0ebc3aa..879d27999b7d655e9e3c5e9ee54c08faaa08ae8f 100644 --- a/devNotes/twine JS +++ b/devNotes/twine JS @@ -1930,7 +1930,7 @@ window.getCost = function(array) { if(slave.lactation > 0) { costs -= 25; } - if(slave.assignment === Job.SERVER) { + if(slave.assignment === Job.SERVANT) { costs -= rulesCost; } } @@ -2125,7 +2125,7 @@ window.getSlaveCost = function(s) { cost += rulesCost; } break; - case Job.SERVER: + case Job.SERVANT: if(s.livingRules == LivingRule.NORMAL) { cost += rulesCost * 1.5; } else { diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 9dc57cb75767a312ace1b6ab6e858a7c5971784d..4ee2dc551d86d223c66561dd05a100d42009e6cf 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -338,7 +338,7 @@ assignment: slave's assignment "rest" -"be a servant" +"be a servant" (NOT FACILITY!) "be a subordinate slave" "whore" "serve the public" @@ -350,7 +350,7 @@ slave's assignment "guard you" "recruit girls" "be your Head Girl" -"work as a servant" +"work as a servant" (Facility) "serve in the master suite" "serve in the club" "rest in the spa" diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw index 8d3a79779a2d8e8db924d993f9686b5643760fc3..d51c4faf8f83feb84cf6e11d99ad7869174ec9c1 100644 --- a/src/js/economyJS.tw +++ b/src/js/economyJS.tw @@ -178,7 +178,7 @@ window.getCost = function(array) { if(slave.lactation > 0) { costs -= 25; } - if(slave.assignment === Job.SERVER) { + if(slave.assignment === Job.SERVANT) { costs -= rulesCost; } } @@ -373,7 +373,7 @@ window.getSlaveCost = function(s) { cost += rulesCost; } break; - case Job.SERVER: + case Job.SERVANT: if(s.livingRules == LivingRule.NORMAL) { cost += rulesCost * 1.5; } else { diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index 58990cf3474e3a91a1bee622b5f354ad26811bfc..afd0440f101f8687be715f7bc5189b6e7131e7b7 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -2662,7 +2662,7 @@ <<set $slaves[$i].devotion += _rewards>> <</switch>> <</if>> - <<case "be a servant">> + <<case "work as a servant">> <<set $slaves[$i].need -= $slaves.length*5>> <<if $slaves[$i].devotion < -50>> is so unhappy that she has little interest in getting off.