From ad7afffbbbb20e292023e9b7ab508e52677601fa Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 24 Nov 2020 11:34:27 +0100 Subject: [PATCH] [MIRROR] Fixing the point emote being both usable and unusable (#1807) * Fixing the point emote being both usable and unusable (#55063) * Fixing the point emote being both usable and unusable Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/mob/living/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 14bd2a41364..e26440aa221 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -256,7 +256,7 @@ else message_param = "bumps [user.p_their()] head on the ground trying to motion towards %t." H.adjustOrganLoss(ORGAN_SLOT_BRAIN, 5) - ..() + return ..() /datum/emote/living/pout key = "pout"