Merge pull request #627 from lm40/master

Removes autosubstitution of them and their in emotes
This commit is contained in:
LetterJay
2017-04-28 22:34:18 -05:00
committed by GitHub
-4
View File
@@ -35,10 +35,6 @@
var/msg = select_message_type(user)
if(params && message_param)
msg = select_param(user, params)
if(findtext(msg, "their"))
msg = replacetext(msg, "their", user.p_their())
if(findtext(msg, "them"))
msg = replacetext(msg, "them", user.p_them())
if(findtext(msg, "%s"))
msg = replacetext(msg, "%s", user.p_s())