Merge pull request #444 from Miniature/master

Made labels able to be stuck on containers (issue #430)
This commit is contained in:
Miniature
2012-02-17 11:10:59 -08:00

View File

@@ -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