mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
[MIRROR] Fix double signal send of COMSIG_MOB_EMOTED [MDB IGNORE] (#22288)
* Fix double signal send of `COMSIG_MOB_EMOTED` * Conflict fixed --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
@@ -145,7 +145,6 @@
|
||||
if(viewer.is_blind() && !viewer.can_hear())
|
||||
to_chat(viewer, msg)
|
||||
// SKYRAT EDIT -- END
|
||||
SEND_SIGNAL(user, COMSIG_MOB_EMOTED(key))
|
||||
|
||||
/**
|
||||
* For handling emote cooldown, return true to allow the emote to happen.
|
||||
|
||||
Reference in New Issue
Block a user