Merge pull request #12221 from Xhuis/im_here

Restores the Nar-Sie sound to "I'm here"
This commit is contained in:
Remie Richards
2015-10-13 23:04:56 +01:00
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
/obj/singularity/narsie/large/New()
..()
world << "<font size='15' color='red'><b>NAR-SIE HAS RISEN</b></font>"
world << 'sound/effects/narsie.ogg'
world << pick('sound/hallucinations/im_here1.ogg', 'sound/hallucinations/im_here2.ogg')
var/area/A = get_area(src)
if(A)