From b4531899456faa9aa93866d40e9dbbb0938abb80 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Tue, 23 Sep 2014 05:42:55 -0300 Subject: [PATCH] Moves the asteroid secret room creation and away mission load from the master controller New() to the world New() --- code/controllers/master_controller.dm | 5 ----- code/world.dm | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/controllers/master_controller.dm b/code/controllers/master_controller.dm index 3b54156cee6..37ff0c1042f 100644 --- a/code/controllers/master_controller.dm +++ b/code/controllers/master_controller.dm @@ -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