Re-shuffles huma/say(). Removes non-existing map variables.

This commit is contained in:
PsiOmega
2015-04-23 13:36:13 +02:00
parent eee67109d1
commit b9f8b0b8aa
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -128,10 +128,12 @@
return verb
/mob/living/carbon/human/proc/handle_speech_problems(var/message, var/verb = "says")
/mob/living/carbon/human/handle_speech_problems(var/message, var/verb)
if(!speech_problem_flag)
return ..()
var/list/returns[3]
var/handled = 0
speech_problem_flag = 0
if(silent || (sdisabilities & MUTE))
message = ""
speech_problem_flag = 1