Merge pull request #326 from SkyMarshal/master

Bugfix
This commit is contained in:
SkyMarshal
2012-01-28 18:52:10 -08:00
+1 -1
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