/tg/ Station 13 - Modules - Types

code/__HELPERS/global_lists.dm

/proc/init_surgeries//Initial Building/////
/proc/make_datum_reference_listsLegacy procs that really should be replaced with proper _INIT macros
/proc/init_crafting_recipesInits crafting recipe lists
/proc/init_crafting_recipes_atomsInits atoms used in crafting recipes
/proc/init_subtypesCreates every subtype of prototype (excluding prototype and abstract types) and adds it to list L. If no list/L is provided, one is created.
/proc/init_subtypes_w_path_keysFunctions like init_subtypes, but uses the subtype's path as a key for easy access If no list/L is provided, one is created.
/proc/init_plant_traitsInits GLOB.plant_traits