Merge branch 'hydroponics' of https://github.com/Zuhayr/Baystation12 into hydroponics

This commit is contained in:
Zuhayr
2014-07-26 15:45:26 +09:30
30 changed files with 3698 additions and 3261 deletions

View File

@@ -109,7 +109,6 @@ datum/controller/game_controller/proc/setup_objects()
var/obj/machinery/atmospherics/unary/vent_scrubber/T = U
T.broadcast_status()
//Create the mining ore distribution map.
//Create the mining ore distribution map.
asteroid_ore_map = new /datum/ore_distribution()
asteroid_ore_map.populate_distribution_map()
@@ -120,6 +119,9 @@ datum/controller/game_controller/proc/setup_objects()
//Set up gear list.
populate_gear_list()
//Set up roundstart seed list.
populate_seed_list()
world << "\red \b Initializations complete."
sleep(-1)