From d5c0787f9e8c97d185e431cc5b844f16f6646c0b Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 29 Jan 2021 15:12:48 +0100 Subject: [PATCH] [MIRROR] Fixes mime scream a.k.a. The Silence of the Mimes (#2933) * Fixes mime scream (#56466) Mimes act out screams when their vow is active * Fixes mime scream a.k.a. The Silence of the Mimes Co-authored-by: RaveRadbury <3204033+RaveRadbury@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 8bac288a655..53325bec5bd 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -50,6 +50,7 @@ key = "scream" key_third_person = "screams" message = "screams!" + message_mime = "acts out a scream!" emote_type = EMOTE_AUDIBLE only_forced_audio = TRUE vary = TRUE