Makes emotes case insensitive (#4386)

Also prevents unconscious emoting
This commit is contained in:
VampyrBytes
2016-05-08 05:34:31 +01:00
parent 974d09da59
commit e61d774a7c
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@
/mob/proc/emote(var/act, var/type, var/message)
act = lowertext(act)
emoteHandler.runEmote(act, message, type)