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
+1 -1
View File
@@ -22,7 +22,7 @@
var/novariants = TRUE //Determines whether the item should update it's sprites based on amount.
/obj/item/stack/Initialize(mapload, new_amount=null , merge = TRUE)
..()
. = ..()
if(new_amount)
amount = new_amount
if(!merge_type)