From 472bdb00aafef5294a6562e0b95a5a53066499fa Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 14 Jul 2023 21:23:09 +0200 Subject: [PATCH] [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 --- code/datums/emotes.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/emotes.dm b/code/datums/emotes.dm index 2ac76353e84..f99fbb0dabd 100644 --- a/code/datums/emotes.dm +++ b/code/datums/emotes.dm @@ -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.