mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-02-08 07:38:06 +00:00
Prevents mobs from emoting while dead (#22470)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
var/silenced = FALSE
|
||||
for(var/datum/emote/P in key_emotes)
|
||||
// can this mob run the emote at all?
|
||||
if(!P.can_run_emote(src, intentional))
|
||||
if(!P.can_run_emote(src, intentional = intentional))
|
||||
continue
|
||||
if(!P.check_cooldown(src, intentional))
|
||||
// if an emote's on cooldown, don't spam them with messages of not being able to use it
|
||||
|
||||
Reference in New Issue
Block a user