Cleans up godclash code (#28939)

* Cleans up clash code, adds sound_to_playing_players

* Removes some debug code

* z-level check

* Removes an old thing

* Cyberboss changes

* changes @ maintainer request
This commit is contained in:
Ashe Higgs
2017-06-30 20:03:40 -04:00
committed by Jordan Brown
parent 24de3629fb
commit 044fa0ea45
3 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
/obj/singularity/narsie/large/Initialize()
. = ..()
send_to_playing_players("<span class='narsie'>NAR-SIE HAS RISEN</span>")
send_to_playing_players(pick('sound/hallucinations/im_here1.ogg', 'sound/hallucinations/im_here2.ogg'))
sound_to_playing_players("im_here")
var/area/A = get_area(src)
if(A)