mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user