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,