From bb1c1b0a5ebe397b318a81c762f756b1b5a0d7af Mon Sep 17 00:00:00 2001 From: Z'uldiss <51833643+quixoticstargazer@users.noreply.github.com> Date: Sun, 6 Jun 2021 12:05:52 -0400 Subject: [PATCH] added spider emotes to list Looks like I forgot to propose this part of the change. The emotes must be in, and the sounds, but we still can't use them without this, can we? --- code/modules/mob/living/carbon/human/emote.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index fc424c48066..b169b62c1d8 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -124,6 +124,8 @@ var/list/_human_default_emotes = list( /decl/emote/audible/gao, /decl/emote/audible/cackle, /decl/emote/audible/squish, + /decl/emote/audible/spiderchitter, + /decl/emote/audible/spiderpurr, /decl/emote/visible/mlem, /decl/emote/visible/blep,