personal_crafting ![code/datums/components/crafting/crafting.dm 1](git.png)
Vars | |
ignored_flags | crafting flags we ignore when considering a recipe |
---|---|
screen_loc_override | Custom screen_loc for our element |
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 ![code/datums/components/crafting/crafting.dm 32](git.png)
crafting flags we ignore when considering a recipe
screen_loc_override ![code/datums/components/crafting/crafting.dm 5](git.png)
Custom screen_loc for our element
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.