code/__DEFINES/cooking_defines.dm 
| PCWJ_NO_STEPS | The used object has no valid recipe uses | 
|---|---|
| PCWJ_CHOICE_CANCEL | The user opted to cancel when given a choice | 
| PCWJ_SUCCESS | The user decided to use the item and the step was followed | 
| PCWJ_PARTIAL_SUCCESS | The user decided to use the item but the qualifications for the step was not fulfilled | 
| PCWJ_COMPLETE | The meal has been completed! | 
| PCWJ_LOCKOUT | Someone tried starting the function while a prompt was running. Jerk. | 
| PCWJ_BURNT | The meal was ruined by burning the food somehow. | 
| PCWJ_NO_RECIPES | There are no recipes that match this object and container combination. | 
| PCWJ_CHECK_FULL | For reagents, nothing can be added to | 
Define Details
PCWJ_BURNT 
The meal was ruined by burning the food somehow.
PCWJ_CHECK_FULL 
For reagents, nothing can be added to
PCWJ_CHOICE_CANCEL 
The user opted to cancel when given a choice
PCWJ_COMPLETE 
The meal has been completed!
PCWJ_LOCKOUT 
Someone tried starting the function while a prompt was running. Jerk.
PCWJ_NO_RECIPES 
There are no recipes that match this object and container combination.
PCWJ_NO_STEPS 
The used object has no valid recipe uses
PCWJ_PARTIAL_SUCCESS 
The user decided to use the item but the qualifications for the step was not fulfilled
PCWJ_SUCCESS 
The user decided to use the item and the step was followed