diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index d2436b71b047bac8901080e7a414535cab99bad0..2e617924f90d0f12cfe99e21579af0d3f45dcad8 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -1705,7 +1705,7 @@ window.Job = Object.freeze({ SERVANT: 'work as a servant', SERVER: 'be a servant', STEWARD: 'be the Stewardess', CLUB: 'serve in the club', DJ: 'be the DJ', JAIL: 'be confined in the cellblock', WARDEN: 'be the Wardeness', CLINIC: 'get treatment in the clinic', NURSE: 'be the Nurse', HGTOY: 'live with your Head Girl', SCHOOL: 'learn in the schoolroom', TEACHER: 'be the Schoolteacher', SPA: 'rest in the spa', ATTEND: 'be the Attendant'}); -window.PersonalAttention = Object.freeze({TRADE: 'trading', WAR: 'warfare', SLAVEING: 'slaving', ENGINEERING: 'engineering', MEDICINE: 'medicine', MAID: 'upkeep', HACKING: 'hacking'}); +window.PersonalAttention = Object.freeze({TRADE: 'trading', WAR: 'warfare', SLAVING: 'slaving', ENGINEERING: 'engineering', MEDICINE: 'medicine', MAID: 'upkeep', HACKING: 'hacking'}); window.getCost = function(array) { var rulesCost = State.variables.rulesCost; diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw index 50fe85f731b1583c21a31bf8f1d0299216223119..9eca2b12ba0606b5f1bc83cc53f667602e087e90 100644 --- a/src/js/economyJS.tw +++ b/src/js/economyJS.tw @@ -7,7 +7,7 @@ window.Job = Object.freeze({ SERVANT: 'work as a servant', SERVER: 'be a servant', STEWARD: 'be the Stewardess', CLUB: 'serve in the club', DJ: 'be the DJ', JAIL: 'be confined in the cellblock', WARDEN: 'be the Wardeness', CLINIC: 'get treatment in the clinic', NURSE: 'be the Nurse', HGTOY: 'live with your Head Girl', SCHOOL: 'learn in the schoolroom', TEACHER: 'be the Schoolteacher', SPA: 'rest in the spa', ATTEND: 'be the Attendant'}); -window.PersonalAttention = Object.freeze({TRADE: 'trading', WAR: 'warfare', SLAVEING: 'slaving', ENGINEERING: 'engineering', MEDICINE: 'medicine', MAID: 'upkeep', HACKING: 'hacking'}); +window.PersonalAttention = Object.freeze({TRADE: 'trading', WAR: 'warfare', SLAVING: 'slaving', ENGINEERING: 'engineering', MEDICINE: 'medicine', MAID: 'upkeep', HACKING: 'hacking'}); window.getCost = function(array) { var rulesCost = State.variables.rulesCost; diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 8e3741a3e1bc7cd895434971aa3bb41e8df78844..a396d61ccc7e9a7495d136ef45a77478154337cf 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -241,7 +241,7 @@ $clubNameCaps <<else>> $clubNameCaps is not being advertised. <</if>> -<<link "Manage club Advertisements" "Club Advertisement">><<set $nextLink = passage()>><<set $nextButton = "Back">><</link>> +<<link "Manage club advertisements" "Club Advertisement">><<set $nextLink = passage()>><<set $nextButton = "Back">><</link>> <!-- Statistics output --> <<ClubStatistics 1>>