Skip to content

Commit

Permalink
Fixed doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hislittlecuzingames committed Nov 7, 2023
1 parent dc259c9 commit d649a31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/datums/looping_sounds/_looping_sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d649a31

Please sign in to comment.