an undo because I didn't notice it was commited

This commit is contained in:
SoundScopes
2015-04-12 18:42:29 +01:00
parent 7715567143
commit 046980c1f2
+5 -6
View File
@@ -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