diff --git a/source/states/PlayState.hx b/source/states/PlayState.hx index bca29c5baa1..504edddc2fb 100644 --- a/source/states/PlayState.hx +++ b/source/states/PlayState.hx @@ -3030,7 +3030,7 @@ class PlayState extends MusicBeatState var spr = playerStrums.members[note.noteData]; if(spr != null) spr.playAnim('confirm', true); } - else strumPlayAnim(false, Std.int(Math.abs(note.noteData)), (Conductor.stepCrochet * 1.25 * cpuLegitStrumGlow) / 1000 / playbackRate); //TODO: MORE RANDOMIZATION :money_mouth: + else strumPlayAnim(false, Std.int(Math.abs(note.noteData)), (Conductor.stepCrochet * 1.25 * (note.isSustainNote ? 1 : cpuLegitStrumGlow)) / 1000 / playbackRate); //TODO: MORE RANDOMIZATION :money_mouth: vocals.volume = 1; if (!note.isSustainNote)