From c9fae392a409d7fc4ade7fa736ebee0153f8a106 Mon Sep 17 00:00:00 2001 From: Arkatos1 Date: Tue, 28 May 2019 22:01:49 +0200 Subject: [PATCH] proper icon updating --- code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm index 01b550b42f1..463ff5fbc17 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm @@ -387,7 +387,7 @@ if(!user.put_in_hands(O)) O.forceMove(loc) adjust_item_drop_location(O) - update_icon() + update_icon() break return TRUE else