mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
Merge cb37b2af89
into 0d8e4a5330
This commit is contained in:
commit
5fc5bcf990
1 changed files with 0 additions and 2 deletions
|
@ -2601,7 +2601,6 @@ class PlayState extends MusicBeatSubState
|
|||
});
|
||||
}
|
||||
}
|
||||
vocals.playerVolume = 0;
|
||||
|
||||
applyScore(-10, 'miss', healthChange, true);
|
||||
|
||||
|
@ -2662,7 +2661,6 @@ class PlayState extends MusicBeatSubState
|
|||
|
||||
if (event.playSound)
|
||||
{
|
||||
vocals.playerVolume = 0;
|
||||
FunkinSound.playOnce(Paths.soundRandom('missnote', 1, 3), FlxG.random.float(0.1, 0.2));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue