code/modules/cooking/recipe_tracker.dm 
| /datum/cooking/step_attempt | A single attempt to perform a step in a recipe. These are created in a recipe tracker and not kept around. This exists only to make the bookkeeping around recipe tracking easier. |
|---|---|
| /datum/cooking/recipe_tracker | A recipe tracker is an abstract representation of the progress that a cooking container has made towards any of its possible recipe outcomes. |