6 Months of Service
Someday when this is finished I'm going to go into the HTML file and edit every imaginable stat gain by 10x, loosen up time restricted places and events, etc etc etc. Because damn does it take forever to do anything in this game.
One thing already do with every new version is go into the function pass(seconds, and edit it to allow negative passage of time (by moving the check that returns on negative values at the start to be right after the second line that adjusts the time, but before any checks for the next day etc).
Which allows me to make a button like: <<link "Minus 60">> <<pass -60>> <</link>> - and stick it in the in the middle of the sidebar code along with plus 60, plus 12hrs, etc. Then I at least control the time.
One thing already do with every new version is go into the function pass(seconds, and edit it to allow negative passage of time (by moving the check that returns on negative values at the start to be right after the second line that adjusts the time, but before any checks for the next day etc).
Which allows me to make a button like: <<link "Minus 60">> <<pass -60>> <</link>> - and stick it in the in the middle of the sidebar code along with plus 60, plus 12hrs, etc. Then I at least control the time.