From e27cb7629808b4b0e8c3392014f6400732aa9e8a Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Mon, 16 Oct 2017 08:41:51 +0200 Subject: [PATCH] Removed snowflake update_icon call also used return ..() since it seems inline with the insertion --- code/game/objects/items/storage/fancy.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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