Merge pull request #5488 from Crazylemon64/more_examining

You can now examine from inside an object
This commit is contained in:
Fox McCloud
2016-08-18 17:23:39 -04:00
committed by GitHub
+1 -1
View File
@@ -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