Hand labelers are no longer eaten by storage containers (#10312)

This commit is contained in:
JohnWildkins
2020-10-21 23:34:11 +02:00
committed by GitHub
parent 3f4e3190b8
commit 5230fcde5e
6 changed files with 39 additions and 1 deletions
@@ -518,6 +518,11 @@
to_chat(user, "<span class='warning'>Trying to place a loaded tray into [src] was a bad idea.</span>")
return
if(istype(W, /obj/item/hand_labeler))
var/obj/item/hand_labeler/HL = W
if(HL.mode == 1)
return
W.add_fingerprint(user)
return handle_item_insertion(W)