/tg/ Station 13 - Modules - TypesProc Details

crafting

Check if a generic atom (because both mobs and the crafter machinery can do it) can potentially craft all recipes, with the exact same types required in the recipe, and also compare the materials of crafted result with one of the same type to ansure they match if the recipe has the CRAFT_ENFORCE_MATERIALS_PARITY flag.

Procs

allocate_bottomless_cupAllocate a reagent container with infinite capacity and no reaction to use in crafting
delete_componentsClear the area of the components that have been spawned as either the requirements of a recipe or its result so they don't mess up with recipes that come after it.

Proc Details

allocate_bottomless_cup

Allocate a reagent container with infinite capacity and no reaction to use in crafting

delete_components

Clear the area of the components that have been spawned as either the requirements of a recipe or its result so they don't mess up with recipes that come after it.