From c23d7e2e4306e5fe47900a3542d6f9544b167d05 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sun, 30 Nov 2014 23:07:07 +0100 Subject: [PATCH] AI should now be able to examine things --- code/_onclick/ai.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/ai.dm b/code/_onclick/ai.dm index bbf2deb2f93..51742f30bca 100644 --- a/code/_onclick/ai.dm +++ b/code/_onclick/ai.dm @@ -110,7 +110,7 @@ */ /atom/proc/AICtrlShiftClick(var/mob/user) // Examines - if(user.client && user.client.eye == user) + if(user.client) examine() return