mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Made labels able to be stuck on containers (issue #430)
This commit is contained in:
@@ -69,8 +69,6 @@
|
||||
|
||||
/obj/item/weapon/label/afterattack(atom/A, mob/user as mob)
|
||||
if(!backing)
|
||||
if(A==loc) // if placing the label into something (e.g. backpack)
|
||||
return // don't stick it on
|
||||
if(!label || !length(label))
|
||||
user << "\red This label doesn't have any text! How did this happen?!?"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user