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