mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user