From b3a17977779260f499628893f09dae48b4833836 Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Sun, 23 Aug 2020 15:31:56 -0500 Subject: [PATCH] Untested Mobile Edit --- code/modules/mob/living/carbon/alien/emote.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/alien/emote.dm b/code/modules/mob/living/carbon/alien/emote.dm index 5782b5d127..5cff048e10 100644 --- a/code/modules/mob/living/carbon/alien/emote.dm +++ b/code/modules/mob/living/carbon/alien/emote.dm @@ -6,6 +6,7 @@ act = copytext(act, 1, t1) var/muzzled = is_muzzled() + act = lowertext(act) switch(act) if("sign") @@ -104,4 +105,4 @@ to_chat(src, "burp, chirp, choke, collapse, dance, drool, gasp, shiver, gnarl, jump, moan, nod, roll, scratch,\nscretch, shake, sign-#, sulk, sway, tail, twitch, whimper") if(!stat) - ..(act, m_type, message) \ No newline at end of file + ..(act, m_type, message)