holy shit you havent this character delete this

This commit is contained in:
codeeater_ 2021-07-26 12:27:16 +03:00 committed by GitHub
parent d800c0af12
commit 92af60e885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {