From 92af60e8857cce854e5031b1f42664f3e9413598 Mon Sep 17 00:00:00 2001 From: codeeater_ <55358751+toxichead@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:27:16 +0300 Subject: [PATCH] holy shit you havent this character delete this --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 8aaa3d4..d27dbd3 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -4464,7 +4464,7 @@ class PlayState extends MusicBeatState // Conductor.changeBPM(SONG.bpm); // Dad doesnt interupt his own notes - if (SONG.notes[Math.floor(curStep / 16)].mustHitSection && (dad.curCharacter != 'gf' || dad.curCharacter != 'spooky' || dad.curCharacter != 'tankman')) + if (SONG.notes[Math.floor(curStep / 16)].mustHitSection && (dad.curCharacter != 'gf' || dad.curCharacter != 'spooky')) dad.dance(); //SPOOKY BOIS AND GF FIX switch (dad.curCharacter) {