/tg/ Station 13 - Modules - TypesProc Details

personal_crafting

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.

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.