We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3291882 commit f5e7e3bCopy full SHA for f5e7e3b
code/modules/cooking/autochef/autochef.dm
@@ -73,7 +73,7 @@ RESTRICT_TYPE(/obj/machinery/autochef)
73
current_state = AUTOCHEF_IDLE
74
75
/obj/machinery/autochef/item_interaction(mob/living/user, obj/item/used, list/modifiers)
76
- if(istype(used, /obj/item/storage/part_replacer))
+ if(istype(used, /obj/item/storage/part_replacer) || (used.flags & ABSTRACT))
77
return ..()
78
79
var/obj/item/autochef_remote/remote = used
0 commit comments