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; } }