personal_crafting
Procs | |
check_contents | Check that the contents of the recipe meet the requirements. |
---|---|
check_tools | Returns a boolean on whether the tool requirements of the input recipe are satisfied by the input source and surroundings. |
Proc Details
check_contents
Check that the contents of the recipe meet the requirements.
user: The /mob that initated the crafting. R: The /datum/crafting_recipe being attempted. contents: List of items to search for R's reqs.
check_tools
Returns a boolean on whether the tool requirements of the input recipe are satisfied by the input source and surroundings.