Fix for wardrobes and lockers.

Fix for Fingerprints.
This commit is contained in:
SkyMarshal
2012-01-31 17:58:22 -07:00
parent 80be80a4c1
commit 6e3aef823a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
if (I.contents.len < 20)
if(istype(O,/obj/item/wardrobe))
continue
if(O.anchored || O.density)
if(O.anchored || O.density || istype(O,/obj/structure))
continue
I.contents += O;
else