Fix me emotes being affected by cooldown, oops (#2387)

This commit is contained in:
Alex 'Avunia' Takiya
2020-12-31 00:50:14 +01:00
committed by GitHub
parent 9ae1f282c8
commit 10f0be05bb
@@ -10,6 +10,11 @@
//Disables the custom emote blacklist from TG that normally applies to slimes.
/datum/emote/living/custom
mob_type_blacklist_typecache = list(/mob/living/brain)
cooldown = 0
//me-verb emotes should not have a cooldown check
/datum/emote/living/custom/check_cooldown(mob/user, intentional)
return TRUE
/datum/emote/living/quill
key = "quill"