mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Makes emotes case insensitive (#4386)
Also prevents unconscious emoting
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
|
||||
/mob/proc/emote(var/act, var/type, var/message)
|
||||
|
||||
act = lowertext(act)
|
||||
emoteHandler.runEmote(act, message, type)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user