mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-01 04:52:39 +00:00
Fixed bug with wardrobes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user