fixes some examine issues (#22852)

This commit is contained in:
GDN
2023-10-16 12:39:21 -05:00
committed by GitHub
parent 5b32ae80a9
commit bfecd412fe
3 changed files with 3 additions and 2 deletions
@@ -25,6 +25,8 @@
/obj/effect/clockwork/overlay/examine(mob/user)
if(linked)
return linked.examine(user)
else
. = ..()
/obj/effect/clockwork/overlay/ex_act()
return FALSE