This commit is contained in:
Rapandrasmus 2024-03-03 01:23:53 +01:00
parent 86dada13a4
commit ed50b77f90

View file

@ -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);