From d654d3f789ce308791b775c4a91ec1d05e6bc1de Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 22 Sep 2023 09:02:50 +0300 Subject: [PATCH] Finally fixes the missing instrument sound falloff. (#7022) --- code/modules/instruments/songs/play_synthesized.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/instruments/songs/play_synthesized.dm b/code/modules/instruments/songs/play_synthesized.dm index a838a75615..bf6444b025 100644 --- a/code/modules/instruments/songs/play_synthesized.dm +++ b/code/modules/instruments/songs/play_synthesized.dm @@ -74,7 +74,7 @@ vol = volume, vary = FALSE, frequency = K.frequency, - falloff = null, + falloff = FALLOFF_SOUNDS, //CHOMPEdit is_global = null, channel = channel, pressure_affected = null,