Skip to content

Commit

Permalink
bugfix: TeleKinesis no longer drops on ground (#5155)
Browse files Browse the repository at this point in the history
return TRUE, if put in hands
  • Loading branch information
Den109G authored Jun 6, 2024
1 parent 8935f6d commit 90f7781
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 90f7781

Please sign in to comment.