mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Update smartfridge.dm (#32369)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user