From c9a20d7a129342b2ca5c5a0f1e935122c1c022a1 Mon Sep 17 00:00:00 2001 From: Miniature Date: Wed, 4 Jan 2012 16:57:40 +1030 Subject: [PATCH] another runtime --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 21a4227c651..3c3783f34ee 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -566,7 +566,7 @@ reset_view(null) client.adminobs = 0 else - if(ticker) + if(ticker && ticker.mode) // world << "there's a ticker" if(ticker.mode.name == "AI malfunction") // world << "ticker says its malf"