/tg/ Station 13 - Modules - TypesVar Details - Proc Details

personal_crafting

Vars

screen_loc_overrideCustom screen_loc for our element

Procs

check_contentsCheck that the contents of the recipe meet the requirements.
check_toolsReturns a boolean on whether the tool requirements of the input recipe are satisfied by the input source and surroundings.

Var Details

screen_loc_override

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.