From ed50b77f907447223ad10bf1b0257eda6192db74 Mon Sep 17 00:00:00 2001 From: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:23:53 +0100 Subject: [PATCH] oops --- Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs b/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs index a1444947f..ff63e30b0 100644 --- a/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs +++ b/Assets/Scripts/Games/LumBEARjack/LBJSmallObject.cs @@ -117,7 +117,7 @@ namespace HeavenStudio.Games.Scripts_LumBEARjack _ => throw new System.NotImplementedException() }; SoundByte.PlayOneShotGame("lumbearjack/" + cutSound); - SoundByte.PlayOneShotGame("lumbearjack/bookBoom"); + if (_type == LumBEARjack.SmallType.book) SoundByte.PlayOneShotGame("lumbearjack/bookBoom"); LumBEARjack.instance.DoSmallObjectEffect(_type, _bomb, caller.startBeat + caller.timer);