diff --git a/src/facilities/farmyard/farmerSelect.tw b/src/facilities/farmyard/farmerSelect.tw index 0ba102d974ca9897a6603d2920c634332c32698b..2012c5272da2c035290e571990ff06a8d741c2a4 100644 --- a/src/facilities/farmyard/farmerSelect.tw +++ b/src/facilities/farmyard/farmerSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Farmer from your obedient slaves:'' -<br><br>[[None|Farmer Workaround][$i = -1]] +<br><br>[[None|Farmyard][removeJob($Farmer, "be the Farmer")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.farmyard)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.farmyard, "Farmyard")>> diff --git a/src/facilities/farmyard/farmerSelectWorkaround.tw b/src/facilities/farmyard/farmerSelectWorkaround.tw deleted file mode 100644 index 46096741a17cc645e7a2f1a7b062a3b66f05eb9b..0000000000000000000000000000000000000000 --- a/src/facilities/farmyard/farmerSelectWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Farmer Workaround [silently] - -<<if $Farmer != 0>> - <<= removeJob($Farmer, "be the Farmer")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Farmer")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Farmer = $slaves[$i]>> -<</if>> - -<<goto "Farmyard">> diff --git a/src/facilities/nursery/matronSelect.tw b/src/facilities/nursery/matronSelect.tw index a6d934a53ca0b954bf38d2b4bc03df3ff6241cb0..2ea2b90e101edda46f7bc01d646a8aaac8a2a3c8 100644 --- a/src/facilities/nursery/matronSelect.tw +++ b/src/facilities/nursery/matronSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Matron from your devoted slaves:'' -<br><br>[[None|Matron Workaround][$i = -1]] +<br><br>[[None|Nursery][removeJob($Matron, "be the Matron")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.nursery)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.nursery, "Nursery")>> diff --git a/src/facilities/nursery/matronWorkaround.tw b/src/facilities/nursery/matronWorkaround.tw deleted file mode 100644 index 1f992d869b19932c9ebab049865507716e98703d..0000000000000000000000000000000000000000 --- a/src/facilities/nursery/matronWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Matron Workaround [silently] - -<<if $Matron != 0>> - <<= removeJob($Matron, "be the Matron")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Matron")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Matron = $slaves[$i]>> -<</if>> - -<<goto "Nursery">> \ No newline at end of file diff --git a/src/uncategorized/attendantWorkaround.tw b/src/uncategorized/attendantWorkaround.tw deleted file mode 100644 index 74f91da19e859fe05eea607d14e10fa780cddfc0..0000000000000000000000000000000000000000 --- a/src/uncategorized/attendantWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Attendant Workaround [silently] - -<<if $Attendant != 0>> - <<= removeJob($Attendant, "be the Attendant")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Attendant")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Attendant = $slaves[$i]>> -<</if>> - -<<goto "Spa">> diff --git a/src/uncategorized/bodyguardWorkaround.tw b/src/uncategorized/bodyguardWorkaround.tw deleted file mode 100644 index 6da994d4579960b33dc260e48a862e6d4cd4f403..0000000000000000000000000000000000000000 --- a/src/uncategorized/bodyguardWorkaround.tw +++ /dev/null @@ -1,11 +0,0 @@ -:: Bodyguard Workaround [silently] - -<<if $Bodyguard != 0>> - <<= removeJob($Bodyguard, "guard you")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "guard you")>> - <<set $Bodyguard = $slaves[$i]>> -<</if>> - -<<goto "Main">> diff --git a/src/uncategorized/concubineSelect.tw b/src/uncategorized/concubineSelect.tw index 5bc559bd4337a06dd66880b0aa6be1758875a1ae..d2270e40cdd4743ea47362c4fce9fa8226630f49 100644 --- a/src/uncategorized/concubineSelect.tw +++ b/src/uncategorized/concubineSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Concubine from your devoted slaves:'' -<br><br>[[None|Concubine Workaround][$i = -1]] +<br><br>[[None|Master Suite][removeJob($Concubine, "be your Concubine")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.masterSuite)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.masterSuite, "Master Suite")>> diff --git a/src/uncategorized/concubineWorkaround.tw b/src/uncategorized/concubineWorkaround.tw deleted file mode 100644 index c46d05211881ef8e4f5637ab09b54dace92b653d..0000000000000000000000000000000000000000 --- a/src/uncategorized/concubineWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Concubine Workaround [silently] - -<<if $Concubine != 0>> - <<= removeJob($Concubine, "be your Concubine")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be your Concubine")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Concubine = $slaves[$i]>> -<</if>> - -<<goto "Master Suite">> diff --git a/src/uncategorized/djSelect.tw b/src/uncategorized/djSelect.tw index e84f616be37a1f4d1b6071633a89c4dd743d5b9a..5f308c3f734ecbb1a3725d4a258110ea1e0cd3ca 100644 --- a/src/uncategorized/djSelect.tw +++ b/src/uncategorized/djSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a DJ from your devoted slaves:'' -<br><br>[[None|DJ Workaround][$i = -1]] +<br><br>[[None|Club][removeJob($DJ, "be the DJ")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.club)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.club, "Club")>> diff --git a/src/uncategorized/djWorkaround.tw b/src/uncategorized/djWorkaround.tw deleted file mode 100644 index 2ea4f341c1c2bd08913b892be35d678798cd224c..0000000000000000000000000000000000000000 --- a/src/uncategorized/djWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: DJ Workaround [silently] - -<<if $DJ != 0>> - <<= removeJob($DJ, "be the DJ")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the DJ")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $DJ = $slaves[$i]>> -<</if>> - -<<goto "Club">> diff --git a/src/uncategorized/hgSelect.tw b/src/uncategorized/hgSelect.tw index e7f18078a225c5db8d57228e18b23840f3e7b565..0bc0e07d4681d2cf7618abaa6add7cc6504d4dc9 100644 --- a/src/uncategorized/hgSelect.tw +++ b/src/uncategorized/hgSelect.tw @@ -89,6 +89,6 @@ _HGName <</if>> <br><br>''Appoint a Head Girl from among your devoted slaves:'' -<br><br>[[None|HG Workaround][$i = -1]] +<br><br>[[None|Main][removeJob($HeadGirl, "be your Head Girl")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.headGirlSuite, "HG Workaround")>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.headGirlSuite, "Main")>> diff --git a/src/uncategorized/hgWorkaround.tw b/src/uncategorized/hgWorkaround.tw deleted file mode 100644 index 3aac26edb9e23adcfa3193cbc1ead969a6e54d6c..0000000000000000000000000000000000000000 --- a/src/uncategorized/hgWorkaround.tw +++ /dev/null @@ -1,13 +0,0 @@ -:: HG Workaround [silently] - -<<if $HeadGirl != 0>> - <<= removeJob($HeadGirl, "be your Head Girl")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be your Head Girl")>> - <<set $HeadGirl = $slaves[$i]>> -<</if>> - -<<set $HGTimeInGrade = 0>> - -<<goto "Main">> diff --git a/src/uncategorized/madamSelect.tw b/src/uncategorized/madamSelect.tw index 85f07ad835122415b43b8bb14d877b54a616a1e2..33e6f913d83ea12860872b462b02f25bf9276436 100644 --- a/src/uncategorized/madamSelect.tw +++ b/src/uncategorized/madamSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Madam from your devoted slaves:'' -<br><br>[[None|Madam Workaround][$i = -1]] +<br><br>[[None|Brothel][removeJob($Madam, "be the Madam")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.brothel)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.brothel, "Brothel")>> diff --git a/src/uncategorized/madamWorkaround.tw b/src/uncategorized/madamWorkaround.tw deleted file mode 100644 index d713b9064f1d798607431dac8ac770ffe91686ae..0000000000000000000000000000000000000000 --- a/src/uncategorized/madamWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Madam Workaround [silently] - -<<if $Madam != 0>> - <<= removeJob($Madam, "be the Madam")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Madam")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Madam = $slaves[$i]>> -<</if>> - -<<goto "Brothel">> diff --git a/src/uncategorized/milkmaidSelect.tw b/src/uncategorized/milkmaidSelect.tw index f85d344ca00a98fb90cf826a5189400e67043b25..506ef717a0826ea7b7f530f90d1e315be3cdf0a7 100644 --- a/src/uncategorized/milkmaidSelect.tw +++ b/src/uncategorized/milkmaidSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Milkmaid from your obedient slaves:'' -<br><br>[[None|Milkmaid Workaround][$i = -1]] +<br><br>[[None|Dairy][removeJob($Milkmaid, "be the Milkmaid")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.dairy)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.dairy, "Dairy")>> diff --git a/src/uncategorized/milkmaidWorkaround.tw b/src/uncategorized/milkmaidWorkaround.tw deleted file mode 100644 index aef3a03b60035f6e604709aad2cc0ac84fa569c1..0000000000000000000000000000000000000000 --- a/src/uncategorized/milkmaidWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Milkmaid Workaround [silently] - -<<if $Milkmaid != 0>> - <<= removeJob($Milkmaid, "be the Milkmaid")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Milkmaid")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Milkmaid = $slaves[$i]>> -<</if>> - -<<goto "Dairy">> diff --git a/src/uncategorized/nurseSelect.tw b/src/uncategorized/nurseSelect.tw index 20b5a750ecb47d47cf5563cc1ca869084a175c4f..05ff8a69c378a26b489127d872b39fde99157c16 100644 --- a/src/uncategorized/nurseSelect.tw +++ b/src/uncategorized/nurseSelect.tw @@ -10,7 +10,7 @@ <</if>> <br><br>''Appoint a Nurse from your devoted slaves:'' -<br><br>[[None|Nurse Workaround][$i = -1]] +<br><br>[[None|Clinic][removeJob($Nurse, "be the Nurse")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.clinic)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.clinic, "Clinic")>> diff --git a/src/uncategorized/nurseWorkaround.tw b/src/uncategorized/nurseWorkaround.tw deleted file mode 100644 index 74db4eb27ff0310064e9aa2e16da9693d9d09156..0000000000000000000000000000000000000000 --- a/src/uncategorized/nurseWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Nurse Workaround [silently] - -<<if $Nurse != 0>> - <<= removeJob($Nurse, "be the Nurse")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Nurse")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Nurse = $slaves[$i]>> -<</if>> - -<<goto "Clinic">> diff --git a/src/uncategorized/recruiterSelect.tw b/src/uncategorized/recruiterSelect.tw index f21248fbc81048d60eeebc97f319a867f1474b6a..a9e7d26a262de85c1e2ab1e48dcc7161d6f0cd08 100644 --- a/src/uncategorized/recruiterSelect.tw +++ b/src/uncategorized/recruiterSelect.tw @@ -63,6 +63,6 @@ <br> //"Facilities" doesn't include training slots in cellblock, schoolroom, spa, clinic (but does include those leaders)// <br><br>''Appoint a recruiter from among your devoted slaves:'' -<br>[[None|Recruiter Workaround][$i = -1]] +<br>[[None|Main][removeJob($Recruiter, "recruit girls")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.penthouse)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.penthouse, "Main")>> diff --git a/src/uncategorized/recruiterWorkaround.tw b/src/uncategorized/recruiterWorkaround.tw deleted file mode 100644 index 204afff5a643de30c82ed9d745e6d74f61b79df8..0000000000000000000000000000000000000000 --- a/src/uncategorized/recruiterWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Recruiter Workaround [silently] - -<<if $Recruiter != 0>> - <<= removeJob($Recruiter, "recruit girls")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "recruit girls")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Recruiter = $slaves[$i]>> -<</if>> - -<<goto "Main">> diff --git a/src/uncategorized/schoolteacherSelect.tw b/src/uncategorized/schoolteacherSelect.tw index edc0e2505573454e1b522bc90a1eb1b8b404ddb6..1bd868c89773f6cfde2f02921eeacef3c1443147 100644 --- a/src/uncategorized/schoolteacherSelect.tw +++ b/src/uncategorized/schoolteacherSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Schoolteacher from your devoted slaves:'' -<br><br>[[None|Schoolteacher Workaround][$i = -1]] +<br><br>[[None|Schoolroom][removeJob($Schoolteacher, "be the Schoolteacher")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.schoolroom)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.schoolroom, "Schoolroom")>> diff --git a/src/uncategorized/schoolteacherWorkaround.tw b/src/uncategorized/schoolteacherWorkaround.tw deleted file mode 100644 index 5097c95eeae39781ab2034a13de6337b177dd9e8..0000000000000000000000000000000000000000 --- a/src/uncategorized/schoolteacherWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Schoolteacher Workaround [silently] - -<<if $Schoolteacher != 0>> - <<= removeJob($Schoolteacher, "be the Schoolteacher")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Schoolteacher")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Schoolteacher = $slaves[$i]>> -<</if>> - -<<goto "Schoolroom">> diff --git a/src/uncategorized/stewardessSelect.tw b/src/uncategorized/stewardessSelect.tw index 9a300a7a9f0b7b1361bc385bfc359cbb55071fe0..b6cbac5a25217abc211a7421cc537d70d7c53f0f 100644 --- a/src/uncategorized/stewardessSelect.tw +++ b/src/uncategorized/stewardessSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Stewardess from your devoted slaves:'' -<br><br>[[None|Stewardess Workaround][$i = -1]] +<br><br>[[None|Servants' Quarters][removeJob($Stewardess, "be the Stewardess")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.servantsQuarters)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.servantsQuarters, "Servants' Quarters")>> diff --git a/src/uncategorized/stewardessWorkaround.tw b/src/uncategorized/stewardessWorkaround.tw deleted file mode 100644 index 92c6ae83a282fa710f51b052b77da4592ab4f56a..0000000000000000000000000000000000000000 --- a/src/uncategorized/stewardessWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Stewardess Workaround [silently] - -<<if $Stewardess != 0>> - <<= removeJob($Stewardess, "be the Stewardess")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Stewardess")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Stewardess = $slaves[$i]>> -<</if>> - -<<goto "Servants' Quarters">> diff --git a/src/uncategorized/wardenessSelect.tw b/src/uncategorized/wardenessSelect.tw index c356d1dc21bcd86df31224541616ad6bc57a0a7c..1664e43eeb22f2a92a4ad2f1b39005cc90d60f95 100644 --- a/src/uncategorized/wardenessSelect.tw +++ b/src/uncategorized/wardenessSelect.tw @@ -10,6 +10,6 @@ <</if>> <br><br>''Appoint a Wardeness from your devoted slaves:'' -<br><br>[[None|Wardeness Workaround][$i = -1]] +<br><br>[[None|Cellblock][removeJob($Wardeness, "be the Wardeness")]] <br><br> -<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.cellblock)>> +<<print App.UI.SlaveList.facilityManagerSelection(App.Entity.facilities.cellblock, "Cellblock")>> diff --git a/src/uncategorized/wardenessWorkaround.tw b/src/uncategorized/wardenessWorkaround.tw deleted file mode 100644 index 57a3607a0c400ab0c53cc11bbfc48a5f08060d40..0000000000000000000000000000000000000000 --- a/src/uncategorized/wardenessWorkaround.tw +++ /dev/null @@ -1,12 +0,0 @@ -:: Wardeness Workaround [silently] - -<<if $Wardeness != 0>> - <<= removeJob($Wardeness, "be the Wardeness")>> -<</if>> -<<if $i > -1>> - <<= assignJob($slaves[$i], "be the Wardeness")>> - <<set $slaves[$i].rules.living = "luxurious">> - <<set $Wardeness = $slaves[$i]>> -<</if>> - -<<goto "Cellblock">>