Making time travel useful without botplay

This commit is contained in:
Spel0 2021-07-14 08:04:13 +03:00
parent 1aade522ae
commit d1e55dd7eb

View File

@ -2639,7 +2639,7 @@ class PlayState extends MusicBeatState
// FlxG.switchState(new GameOverState(boyfriend.getScreenPosition().x, boyfriend.getScreenPosition().y));
}
else
health = 0.01;
health = 1;
}
if (FlxG.save.data.resetButton)
{