mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fix me emotes being affected by cooldown, oops (#2387)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user