Moves the asteroid secret room creation and away mission load from the master controller New() to the world New()

This commit is contained in:
Aranclanos
2014-09-23 05:42:55 -03:00
parent 289bfd520b
commit b453189945
2 changed files with 5 additions and 5 deletions
-5
View File
@@ -45,11 +45,6 @@ var/global/pipe_processing_killed = 0
del(master_controller)
master_controller = src
createRandomZlevel() //probably shouldn't be here!
for(var/i=0, i<max_secret_rooms, i++)
make_mining_asteroid_secret()
if(!events)
new /datum/controller/event()