Gives Nar-Sie a new summon sound (#2132)

This commit is contained in:
CitadelStationBot
2017-07-25 17:34:04 -05:00
committed by kevinz000
parent 47e20105a3
commit f311198c86
2 changed files with 1 additions and 1 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>")
sound_to_playing_players("im_here")
sound_to_playing_players('sound/creatures/narsie_rises.ogg')
var/area/A = get_area(src)
if(A)