From 84c5804eda84c3d84d67fdd70169439101419617 Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Mon, 19 Jul 2021 23:02:19 -0700 Subject: [PATCH] you can no longer game --- source/PlayState.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index 811f7e5..833fd79 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1669,6 +1669,8 @@ class PlayState extends MusicBeatState ana.hit = false; ana.hitJudge = "shit"; ana.nearestNote = []; + misses++; + health -= 0.10; } }