This commit is contained in:
Kade M
2021-06-04 14:31:13 -07:00
parent a79b29ce14
commit 8ed8942323
4 changed files with 18 additions and 8 deletions

View File

@ -2940,7 +2940,7 @@ class PlayState extends MusicBeatState
if(dontCheck && possibleNotes.length > 0 && FlxG.save.data.ghost && !FlxG.save.data.botplay)
{
if (mashViolations > 4)
if (mashViolations > 8)
{
trace('mash violations ' + mashViolations);
scoreTxt.color = FlxColor.RED;