diff --git a/code/datums/looping_sounds/_looping_sound.dm b/code/datums/looping_sounds/_looping_sound.dm index a0b0d77ce165..2c4469a2d623 100644 --- a/code/datums/looping_sounds/_looping_sound.dm +++ b/code/datums/looping_sounds/_looping_sound.dm @@ -37,9 +37,7 @@ /// Has the looping started yet? var/loop_started = FALSE - ///Let's you make a "loud" sound that "projects." IE you can hear this sound from a further distance away. - ///Think of like an air raid siren. They're loud if you're close yeah... but you can hear them from mad far away, bruv - ///with a longer "falloff distance." Fixes the extra_range stuff + ///Let's you make a "loud" sound that "projects." IE you can hear this sound from a further distance away. /n Think of like an air raid siren. They're loud if you're close yeah... but you can hear them from mad far away, bruv /n with a longer "falloff distance." Fixes the extra_range stuff var/is_sound_projecting = FALSE var/falloff_distance = 50