Added plant controller.

This commit is contained in:
Zuhayr
2015-02-05 15:53:20 +10:30
parent 5a1980aabd
commit 5890fa3c4b
21 changed files with 241 additions and 177 deletions

View File

@@ -55,7 +55,7 @@ var/global/datum/global_init/init = new ()
// Set up roundstart seed list. This is here because vendors were
// bugging out and not populating with the correct packet names
// due to this list not being instantiated.
populate_seed_list()
plant_controller = new()
// Create autolathe recipes, as above.
populate_lathe_recipes()