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
+2
View File
@@ -49,6 +49,8 @@
return
if(A == loc) // if placing the labeller into something (e.g. backpack)
return // don't set a label
if(loc != user)
return
if(!labels_left)
to_chat(user, "<span class='notice'>No labels left.</span>")