personal_crafting
Vars | |
ignored_flags | crafting flags we ignore when considering a recipe |
---|---|
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. |
Var Details
ignored_flags
crafting flags we ignore when considering a recipe
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.