Changes Ghost role ping sound effects (#2441)

* change that fucking blare

* Update xenobiology.dm
This commit is contained in:
Poojawa
2017-08-21 19:05:09 -05:00
committed by kevinz000
parent 597c048975
commit 91fc414b20
2 changed files with 2 additions and 2 deletions
@@ -486,7 +486,7 @@
/obj/effect/golemrune/Initialize()
. = ..()
START_PROCESSING(SSobj, src)
notify_ghosts("Golem rune created in [get_area(src)].", 'sound/effects/ghost2.ogg', source = src)
notify_ghosts("Golem rune created in [get_area(src)].", 'sound/misc/server-ready.ogg', source = src)
/obj/effect/golemrune/Destroy()
STOP_PROCESSING(SSobj, src)