From 012a9c693d6d4bd00785deb8a409675dd7ed607d Mon Sep 17 00:00:00 2001 From: KadeDev Date: Mon, 26 Apr 2021 13:16:56 -0700 Subject: [PATCH] oops --- source/PlayState.hx | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 970715c..08b8d53 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3275,38 +3275,8 @@ class PlayState extends MusicBeatState goodNoteHit(coolNote, (mashing > getKeyPresses(coolNote))); - // ANTI MASH CODE FOR THE BOYS - - /*if (mashing > getKeyPresses(coolNote) && mashViolations < 2) - { - mashViolations++; - - goodNoteHit(coolNote, (mashing > getKeyPresses(coolNote))); - } - else - { - // this is bad but fuck you - playerStrums.members[0].animation.play('static'); - playerStrums.members[1].animation.play('static'); - playerStrums.members[2].animation.play('static'); - playerStrums.members[3].animation.play('static'); - health -= 0.2; - trace('mash ' + mashing); - } - - if (mashing != 0) - mashing = 0; } - else - { - var inIgnoreList:Bool = false; - for (shit in 0...ignoreList.length) - { - if (controlArray[ignoreList[shit]]) - inIgnoreList = true; - } - }*/ - //} + } } else if (possibleNotes[0].noteData == possibleNotes[1].noteData) {