From eabb46320b20057ef54ff546828359764a61cb5d Mon Sep 17 00:00:00 2001 From: hislittlecuzin Date: Tue, 7 Nov 2023 21:51:39 -0500 Subject: [PATCH] Two stars for auto documentation. --- code/datums/looping_sounds/_looping_sound.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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