From 376dd1f89a95b48f2a8cc7d779faaffb009a647e Mon Sep 17 00:00:00 2001 From: ktccd Date: Thu, 30 Mar 2017 04:57:45 +0200 Subject: [PATCH] Adds custom emotes to slimes (#320) Does not add the other human emotes, since they seem a bit odd to put in. Slimes needs custom emotes for... reasons. You all know why, don't make me say it in writing! >_< --- code/modules/mob/living/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 48670ed9ea..9e8a461f72 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -376,6 +376,7 @@ key = "me" key_third_person = "custom" message = null + mob_type_blacklist_typecache = list(/mob/living/brain) /datum/emote/living/custom/proc/check_invalid(mob/user, input) . = TRUE