Skip to content

Commit

Permalink
return TRUE, if put in hands
Browse files Browse the repository at this point in the history
  • Loading branch information
Den109G committed Jun 3, 2024
1 parent 088a4cd commit e778d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/telekinesis.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
/obj/item/tk_grab/equipped(mob/user, slot, initial = FALSE)
SHOULD_CALL_PARENT(FALSE)
if(slot & ITEM_SLOT_HANDS)
return
return TRUE
qdel(src)


Expand Down

0 comments on commit e778d33

Please sign in to comment.