Merge pull request #7553 from Shadow-Quill/patch-1

[Untested] Emotes won't be foiled by pesky capitals
This commit is contained in:
Atermonera
2020-08-27 19:47:44 -04:00
committed by VirgoBot
parent 61f7ef53c2
commit 5ea4c84700
@@ -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, "<span class='filter_say'>burp, chirp, choke, collapse, dance, drool, gasp, shiver, gnarl, jump, moan, nod, roll, scratch,\nscretch, shake, sign-#, sulk, sway, tail, twitch, whimper</span>")
if(!stat)
..(act, m_type, message)
..(act, m_type, message)