Fixed bug with wardrobes.

This commit is contained in:
SkyMarshal
2012-01-28 19:51:11 -07:00
parent 0eb23bfe3b
commit 21381780c4

View File

@@ -218,7 +218,7 @@
if (I.contents.len < 20)
if(istype(O,/obj/item/wardrobe))
continue
if(O.anchored)
if(O.anchored || O.density)
continue
I.contents += O;
else