Skip to content

Commit

Permalink
Update signs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
cuddleandtea committed Nov 17, 2023
1 parent 5cc3bf1 commit 4b8e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/sierra/structures/signs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/obj/structure/sign/memorial/sierra/Initialize()
. = ..()

levitation_sound = GLOB.sound_player.PlayLoopingSound(src, "\ref[src]", 'maps/sierra/structures/memorial/levitation_sound.ogg', 35, 6)
levitation_sound = GLOB.sound_player.PlayLoopingSound(src, "\ref[src]", 'maps/sierra/structures/memorial/levitation_sound.ogg', 35, 3)

set_light(2, 0.8, COLOR_TEAL)

Expand Down

0 comments on commit 4b8e089

Please sign in to comment.