From 3cd911552bd5c1159fde493a24066a4404d818e5 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Thu, 18 Aug 2016 13:23:19 -0700 Subject: [PATCH] Let's find out why you're not allowed to examine when inside something --- code/_onclick/click.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 50653a71199..a476fbc78d5 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -221,7 +221,7 @@ A.ShiftClick(src) return /atom/proc/ShiftClick(var/mob/user) - if(user.client && user.client.eye == user) + if(user.client && get_turf(user.client.eye) == get_turf(user)) user.examinate(src) return