fixes deepfrier / cereal maker not transfering reagents (#27123)

This commit is contained in:
Qwertytoforty
2024-10-16 12:37:33 -04:00
committed by GitHub
parent b0895a1c63
commit be2cdeb261

View File

@@ -237,6 +237,7 @@
if(istype(I, /obj/item/reagent_containers))
setRegents(I, newfood)
if(istype(I, /obj/item/food))
setRegents(I, newfood)
setCooked(I, newfood)
newfood.cooktype[thiscooktype] = TRUE
turnoff(I)