From d1e55dd7eb512929e590b0c6d084888339b1abf7 Mon Sep 17 00:00:00 2001 From: Spel0 <75626813+Spel0@users.noreply.github.com> Date: Wed, 14 Jul 2021 08:04:13 +0300 Subject: [PATCH] Making time travel useful without botplay --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 7078d9d..9052a01 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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) {