overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
58 stars 16 forks source link

Air counter breaks at 9:59 #94

Open overbound opened 3 years ago

overbound commented 3 years ago

Found a glitch and to perform it you have to collect an air bubble under water as soon as the timer hits 9:59:59 and you would have infinite time afterwards

AlexKhayrullin commented 3 years ago

Possibly related, there's a regression on the 1.1 where you don't even need the bubble: image

AlexKhayrullin commented 3 years ago

Nope, not a regression, same thing on master: image

VectorSatyr commented 3 years ago

I don't remember if I even properly implemented "Time Over" in the base template. That may need to actually be added in.

overbound commented 3 years ago

The clock should show 10:00:00 once it has hit the time limit. Not killing the player for a time over is intentional. This issue is related to getting a bubble at 9:59:59 and having infinite air time underwater.