Sky, that was there for a reason (fixing horrible runtimes everywhere)

This commit is contained in:
Miniature
2012-02-08 01:25:02 +10:30
parent be9bcd626d
commit 6de4139066
+2 -2
View File
@@ -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))