Autolathe Things (#11545)

This commit is contained in:
Geeves
2021-04-10 18:28:40 +02:00
committed by GitHub
parent da19f1e3d5
commit 6d2da2d893
6 changed files with 47 additions and 46 deletions

View File

@@ -21,9 +21,6 @@
global_hud.holomap
)
// Create autolathe recipes, as above.
populate_lathe_recipes()
// Create robolimbs for chargen.
populate_robolimb_list()

View File

@@ -8,6 +8,9 @@ var/datum/controller/subsystem/materials/SSmaterials
var/list/materials
var/list/materials_by_name
var/list/autolathe_recipes
var/list/autolathe_categories
/datum/controller/subsystem/materials/New()
NEW_SS_GLOBAL(SSmaterials)