From 247cffb85898e3f59e5c7024958f8ff6c8ccf831 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:29:06 +0000 Subject: [PATCH] Update smartfridge.dm (#32369) --- code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm index 824cefa6392..b7aac9bea10 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/smartfridge.dm @@ -188,6 +188,9 @@ if(istype(used, /obj/item/autochef_remote)) return + if(istype(used, /obj/item/gripper)) + return ..() + if(stat & (BROKEN|NOPOWER)) to_chat(user, SPAN_NOTICE("[src] is unpowered and useless.")) return ITEM_INTERACT_COMPLETE