From 6de4139066fd42767bb2465c219089888c4a8b73 Mon Sep 17 00:00:00 2001 From: Miniature Date: Wed, 8 Feb 2012 01:25:02 +1030 Subject: [PATCH] Sky, that was there for a reason (fixing horrible runtimes everywhere) --- code/modules/mob/say.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/say.dm b/code/modules/mob/say.dm index 1d2ef552f5a..465c5738d4b 100644 --- a/code/modules/mob/say.dm +++ b/code/modules/mob/say.dm @@ -44,8 +44,8 @@ M.show_message(rendered, 2) /mob/proc/say_understands(var/mob/other) -// if(!other) -// return 1 + if(!other) + return 1 if (src.stat == 2) return 1 else if (istype(other, src.type))