diff --git a/code/game/objects/items/storage/fancy.dm b/code/game/objects/items/storage/fancy.dm index fc3c7f3f347..d21e6988f28 100644 --- a/code/game/objects/items/storage/fancy.dm +++ b/code/game/objects/items/storage/fancy.dm @@ -57,9 +57,7 @@ /obj/item/storage/fancy/remove_from_storage(obj/item/W, atom/new_location, burn = 0) fancy_open = TRUE - . = ..() - //Recall update icon with the fancy item snowflake arg (ugh) - update_icon(1) + return ..() /* * Donut Box