From eec317a0efeada50503af08fec43ba8983b9cd96 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 4 Dec 2022 16:29:16 +0100 Subject: [PATCH] [MIRROR] Crit people can cry [MDB IGNORE] (#17899) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Crit people can cry (#71662) ## About The Pull Request You can now cry while in crit. I honestly thought this was a thing before and was surprised it wasn’t. ## Why It's Good For The Game This has no mechanical advantage and is just flavor. Let’s you tell the desword/revolver/whatever is the meta murderbone weapon user how you really feel as they kill you. ## Changelog :cl: add: You can now cry when in crit /:cl: * Crit people can cry Co-authored-by: KittyNoodle <78111117+KittyNoodle@users.noreply.github.com> --- code/modules/mob/living/carbon/human/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 8e0851b1457..2b146bad5a4 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -10,6 +10,7 @@ message = "cries." message_mime = "sobs silently." emote_type = EMOTE_AUDIBLE | EMOTE_VISIBLE + stat_allowed = SOFT_CRIT /datum/emote/living/carbon/human/cry/run_emote(mob/user, params, type_override, intentional) . = ..()