-
- Downloads
Rework the beginning of the end-week sequence:
1. Replace endWeek.tw with a closed function in endWeek.js, executed directly when "END WEEK" is clicked, to remove a passage transition 2. Display the Load Screen until the Slave Assignment Report has run to completion, so it doesn't look like FC has just frozen 3. Move end-week confirmation javascript out of storyCaptionWidgets.tw and into endWeek.js, because javascript belongs in javascript files, not in <<script>> tags 4. Get rid of the $shelterGirlIDs global array...the inspection event only uses one girl, and the dynamic equivalent is easy (use $slaves.filter(isShelterGirl))
Showing
- js/003-data/gameVariableData.js 0 additions, 1 deletionjs/003-data/gameVariableData.js
- src/endWeek/endWeek.js 340 additions, 0 deletionssrc/endWeek/endWeek.js
- src/gui/storyCaptionWidgets.tw 1 addition, 10 deletionssrc/gui/storyCaptionWidgets.tw
- src/js/economyJS.js 2 additions, 0 deletionssrc/js/economyJS.js
- src/uncategorized/endWeek.tw 0 additions, 268 deletionssrc/uncategorized/endWeek.tw
- src/uncategorized/main.tw 1 addition, 1 deletionsrc/uncategorized/main.tw
- src/uncategorized/nextWeek.tw 1 addition, 1 deletionsrc/uncategorized/nextWeek.tw
- src/uncategorized/randomNonindividualEvent.tw 3 additions, 1 deletionsrc/uncategorized/randomNonindividualEvent.tw
- src/uncategorized/reShelterInspection.tw 2 additions, 11 deletionssrc/uncategorized/reShelterInspection.tw
- src/uncategorized/slaveAssignmentsReport.tw 3 additions, 4 deletionssrc/uncategorized/slaveAssignmentsReport.tw
Loading
Please register or sign in to comment