Are saves from the previous version expected to be incompatible? After loading an old save from the bathroom and pressing the wait button, I immediately hit a traceback:
While running game code:
File "game/chapters/actions.rpy", line 964, in <module>
$ advance_time(30)
File "game/script.rpy", line 2017, in advance_time
decrementBuffs(minutes_to_add)
File "game/script.rpy", line 3550, in decrementBuffs
File "game/script.rpy", line 3550, in decrement
AttributeError: 'Buff' object has no attribute 'elapsed'
Same if I try to exit to latchlot:
While running game code:
File "game/chapters/actions.rpy", line 1208, in <module>
$ setCurrentLocation("Latchlot")
File "game/chapters/actions.rpy", line 151, in setCurrentLocation
addTravelTime(location, current_location)
File "game/chapters/actions.rpy", line 8, in addTravelTime
advance_time(travelTime)
File "game/script.rpy", line 2017, in advance_time
decrementBuffs(minutes_to_add)
File "game/script.rpy", line 3550, in decrementBuffs
File "game/script.rpy", line 3550, in decrement
AttributeError: 'Buff' object has no attribute 'elapsed'
Version numbers:
Emscripten-3.1.24-wasm32-32bit wasm32
Ren'Py 8.3.7.25031702
The Dented Kettle 01300