Skip to content

Commit

Permalink
fixes deepfrier / cereal maker not transfering reagents (#27123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Oct 16, 2024
1 parent b0895a1 commit be2cdeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/food_and_drinks/kitchen_machinery/cooker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be2cdeb

Please sign in to comment.