code/_globalvars/lists/slapcrafting.dm
/proc/slapcraft_recipes_for_type | Gets cached recipes for a type. This is a method of optimizating recipe lookup. Ugly but gets the job done. also WARNING: This will make it so all recipes whose first step is not type checked will not work, which all recipes that I can think of will be. If you wish to remove this and GLOB.slapcraft_firststep_recipe_cache should this cause issues, replace the return with GLOB.slapcraft_recipes |
---|---|
/proc/slapcraft_examine_hints_for_type | Gets examine hints for this item type for slap crafting. |