diff --git a/source/PlayState.hx b/source/PlayState.hx
index 2c5c6da81..4a9043c11 100644
--- a/source/PlayState.hx
+++ b/source/PlayState.hx
@@ -731,7 +731,8 @@ class PlayState extends MusicBeatState
 		{
 			switch (totalBeats)
 			{
-				case 127:
+				case 128, 129, 130:
+				vocals.volume = 0;
 					// FlxG.sound.music.stop();
 					// curLevel = 'Fresh';
 					// FlxG.switchState(new PlayState());