StudioErrilhl / HSS

HSS is a Ren'Py game in development
0 stars 1 forks source link

BUG: when clicking to advance time in MCs room buttons stop working at night-shift #187

Closed StudioErrilhl closed 6 years ago

StudioErrilhl commented 6 years ago

When you click through from 21:00 hours to 22:00 hours, the buttons disappear from MCs room. (AFAIK, every other location work fine).

If you then advance time a little further, like half an hour, or an hour, it will start working again. Currently not 100% sure what causes this, but am looking into it. Not game-breaking, just annoying. And it only happens when advancing time - if you advance time on the outside of the room, or otherwise arrive at 22:00 hours, and go into the room, everything works normally.

StudioErrilhl commented 6 years ago

And... this went away. Mostly by itself. Not entirely sure what the cause was, but after adding a print() statement in the time-check, to see what was output, the error went away, and it stayed away after removing that line again. I'm guessing perhaps something slightly buggy about an earlier version.