mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user