/obj/item/reagent_containers/food
Vars | |
burns_in_oven | Will this food turn into badrecipe in an oven? Don't use this for everything; preferably mostly for food that is made in an oven to begin with so it burns after some time |
---|---|
burns_on_grill | Will this food turn into badrecipe on a grill? Don't use this for everything; preferably mostly for food that is made on a grill to begin with so it burns after some time |
Procs | |
MakeBakeable | This proc handles bakeable components, overwrite if you want different bake results etc. |
MakeGrillable | This proc handles grillable components, overwrite if you want different grill results etc. |
Var Details
burns_in_oven
Will this food turn into badrecipe in an oven? Don't use this for everything; preferably mostly for food that is made in an oven to begin with so it burns after some time
burns_on_grill
Will this food turn into badrecipe on a grill? Don't use this for everything; preferably mostly for food that is made on a grill to begin with so it burns after some time
Proc Details
MakeBakeable
This proc handles bakeable components, overwrite if you want different bake results etc.
MakeGrillable
This proc handles grillable components, overwrite if you want different grill results etc.