mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Hand labelers are no longer eaten by storage containers (#10312)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user