Add dd_insertObjectList proc, adjust obj/machinery/New to use this proc

This commit is contained in:
GinjaNinja32
2014-10-30 22:59:10 +00:00
parent 5404a18045
commit df29429e0e
3 changed files with 31 additions and 2 deletions

View File

@@ -121,6 +121,9 @@ datum/controller/game_controller/proc/setup_objects()
//Set up spawn points.
populate_spawn_points()
// Sort the machinery list so it doesn't cause a lagspike at roundstart
process_machines_sort()
world << "\red \b Initializations complete."
sleep(-1)