From abcc74b3275ea9d5a9264baf362e86230fe05794 Mon Sep 17 00:00:00 2001 From: kingofkosmos Date: Wed, 11 Oct 2017 06:15:19 +0300 Subject: [PATCH] Allows the snore-emote while unconscious. (#31530) --- code/modules/mob/living/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 816e639306..480836edcf 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -325,6 +325,7 @@ message = "snores." message_mime = "sleeps soundly." emote_type = EMOTE_AUDIBLE + stat_allowed = UNCONSCIOUS /datum/emote/living/stare key = "stare"