diff --git a/code/modules/food_and_drinks/kitchen_machinery/cooker.dm b/code/modules/food_and_drinks/kitchen_machinery/cooker.dm index 08f662b9ad80..9dad856f762f 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/cooker.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/cooker.dm @@ -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)