diff --git a/code/datums/looping_sounds/_looping_sound.dm b/code/datums/looping_sounds/_looping_sound.dm index 8aefb1a5019e..ddff3630f37f 100644 --- a/code/datums/looping_sounds/_looping_sound.dm +++ b/code/datums/looping_sounds/_looping_sound.dm @@ -37,7 +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