From 899f1bbd8851e5c26bed7d5bbc0ba151470727f2 Mon Sep 17 00:00:00 2001 From: monster860 Date: Sat, 29 Feb 2020 21:02:37 -0500 Subject: [PATCH] Allow moaning while in soft crit --- code/modules/mob/living/carbon/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/emote.dm b/code/modules/mob/living/carbon/emote.dm index 8c5dc6aa0b..e3512e3929 100644 --- a/code/modules/mob/living/carbon/emote.dm +++ b/code/modules/mob/living/carbon/emote.dm @@ -49,6 +49,7 @@ message = "moans!" message_mime = "appears to moan!" emote_type = EMOTE_AUDIBLE + stat_allowed = SOFT_CRIT /datum/emote/living/carbon/roll key = "roll"