Gives an initialize hint to stacks, boxes, closets and bots (#2256)

This commit is contained in:
CitadelStationBot
2017-08-04 10:41:04 -05:00
committed by kevinz000
parent 23ed5ba2a2
commit 9449004c36
4 changed files with 4 additions and 4 deletions
@@ -38,7 +38,7 @@
/obj/structure/closet/Initialize(mapload)
if(mapload && !opened) // if closed, any item at the crate's loc is put in the contents
addtimer(CALLBACK(src, .proc/take_contents), 0)
..()
. = ..()
update_icon()
PopulateContents()