From 046980c1f2098f593a2f94b7c1e218bb4fa42462 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Sun, 12 Apr 2015 18:42:29 +0100 Subject: [PATCH] an undo because I didn't notice it was commited --- code/modules/mob/living/carbon/human/say.dm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/code/modules/mob/living/carbon/human/say.dm b/code/modules/mob/living/carbon/human/say.dm index cb22a5dd..5500033c 100644 --- a/code/modules/mob/living/carbon/human/say.dm +++ b/code/modules/mob/living/carbon/human/say.dm @@ -69,12 +69,11 @@ if(speaking && !speaking.name == "Noise") message = capitalize(trim(message)) - if(!speaking || (speaking && !speaking.name == "Noise")) - if(speech_problem_flag) - var/list/handle_r = handle_speech_problems(message) - message = handle_r[1] - verb = handle_r[2] - speech_problem_flag = handle_r[3] + if(speech_problem_flag) + var/list/handle_r = handle_speech_problems(message) + message = handle_r[1] + verb = handle_r[2] + speech_problem_flag = handle_r[3] if(!message || stat) return