We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013b5b8 commit 0b8a1c8Copy full SHA for 0b8a1c8
source/substates/StickerSubState.hx
@@ -144,7 +144,7 @@ class StickerSubState extends MusicBeatSubstate
144
var daSound:String = FlxG.random.getObject(sounds);
145
//FunkinSound.playOnce(Paths.sound(daSound));
146
if (!ClientPrefs.data.audioBreak) FlxG.sound.play(Paths.sound(daSound));
147
- else FlxG.sound.play(Paths.sound(funny[FlxG.random.int(0,1)]));
+ else FlxG.sound.play(Paths.sound('broken/${funny[FlxG.random.int(0,1)]}'));
148
149
if (grpStickers == null || ind == grpStickers.members.length - 1)
150
{
0 commit comments