Fixes eternal candle boxes appearing empty on spawn (#27008)

* Fixes candle boxes appearing empty on mapload

* bad idea to blanket

* Update code/game/objects/items/weapons/storage/fancy.dm

Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>

* contra review

---------

Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
This commit is contained in:
1080pCat
2024-10-09 19:03:35 +00:00
committed by GitHub
parent 4c1ba17db5
commit 89bf882c98
@@ -103,8 +103,9 @@
throwforce = 2
slot_flags = SLOT_FLAG_BELT
/obj/item/storage/fancy/candle_box/full
icon_state = "candlebox5"
/obj/item/storage/fancy/candle_box/Initialize(mapload)
. = ..()
update_icon(UPDATE_ICON_STATE)
/obj/item/storage/fancy/candle_box/full/populate_contents()
for(var/I in 1 to storage_slots)