mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Autolathe Things (#11545)
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
global_hud.holomap
|
||||
)
|
||||
|
||||
// Create autolathe recipes, as above.
|
||||
populate_lathe_recipes()
|
||||
|
||||
// Create robolimbs for chargen.
|
||||
populate_robolimb_list()
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user