Adds speach impediment handling to megaphones

This commit is contained in:
warior4356
2018-10-29 14:33:35 -07:00
parent 3bf765208b
commit 8a0767a88a
@@ -47,6 +47,7 @@
message = sanitize(copytext(message, 1, MAX_MESSAGE_LEN))
if(!message)
return
message = user.handle_speech_problems(message)[1]
message = capitalize(message)
if((loc == user && !user.incapacitated()))
if(emagged)