[MIRROR] Fixes custom emotes not working with slimes (#6409)

* Fixes custom emotes not working with slimes (#59680)

Allows slimes to use hotkey emotes and custom emotes by removing /mob/living/simple_animal/slime from mob_type_blacklist_typecache in code/modules/mob/living/emote.dm, added by #22405

* Fixes custom emotes not working with slimes

Co-authored-by: Bytube <40742162+Bytube@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-06-20 23:55:26 +02:00
committed by GitHub
parent caeb25149d
commit 27d49d239a
+1 -1
View File
@@ -2,7 +2,7 @@
/* EMOTE DATUMS */
/datum/emote/living
mob_type_allowed_typecache = /mob/living
mob_type_blacklist_typecache = list(/mob/living/simple_animal/slime, /mob/living/brain)
mob_type_blacklist_typecache = list(/mob/living/brain)
/datum/emote/living/blush
key = "blush"