Update smartfridge.dm (#32369)

This commit is contained in:
CRUNCH
2026-08-12 23:29:06 +00:00
committed by GitHub
parent 730f23922b
commit 247cffb858
@@ -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