diff --git a/code/modules/power/singularity/narsie.dm b/code/modules/power/singularity/narsie.dm index f991cfc8478..a5d25a81c71 100644 --- a/code/modules/power/singularity/narsie.dm +++ b/code/modules/power/singularity/narsie.dm @@ -25,7 +25,7 @@ /obj/singularity/narsie/large/New() ..() world << "NAR-SIE HAS RISEN" - 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) diff --git a/html/changelogs/Xhuis-NarsieSound.yml b/html/changelogs/Xhuis-NarsieSound.yml new file mode 100644 index 00000000000..2a497d2fba6 --- /dev/null +++ b/html/changelogs/Xhuis-NarsieSound.yml @@ -0,0 +1,5 @@ +author: Kor +delete-after: True + +changes: + - sounddel: "When Nar-Sie is created, they now use the old sound effect." diff --git a/sound/effects/narsie.ogg b/sound/effects/narsie.ogg deleted file mode 100644 index af14ea5861c..00000000000 Binary files a/sound/effects/narsie.ogg and /dev/null differ