mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Moves the asteroid secret room creation and away mission load from the master controller New() to the world New()
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user