Examine the grabbed object instead of the TK grab

This commit is contained in:
Tad Hardesty
2018-05-23 16:49:28 -07:00
parent 7a83c0dca5
commit b780d64d02
+6
View File
@@ -104,6 +104,12 @@
qdel(src)
return
/obj/item/tk_grab/examine(user)
if (focus)
focus.examine(user)
else
..()
/obj/item/tk_grab/attack_self(mob/user)
if(!focus)
return