Skip to content

Commit

Permalink
Reduce the memorial sound radius and volume (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuddleandtea authored Nov 17, 2023
1 parent 1197c6f commit 8bbef19
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', 25, 3)

set_light(2, 0.8, COLOR_TEAL)

Expand Down

0 comments on commit 8bbef19

Please sign in to comment.