Adds a new sound to Nar-Sie

This commit is contained in:
Xhuis
2017-07-22 20:39:53 -04:00
parent e72b6767ed
commit 1f28e10655
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)