Merge pull request #8857 from VOREStation/upstream-merge-7553

[MIRROR] [Untested] Emotes won't be foiled by pesky capitals
This commit is contained in:
Novacat
2020-08-28 00:17:36 -04:00
committed by GitHub

View File

@@ -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)