From bbd1cfd389c3846a52fb5a535bf6983de29a513f Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Mon, 21 Oct 2013 20:09:57 -0300 Subject: [PATCH] -the number of active turfs on the status tab will be refreshed and the end of each tick and when the air controller setup finishes. -mining rooms will be generated before the air controller is created -changed the total of moles of the NO2 turfs from 2000 to 6000 to compensate the replacement of the canister that spawns like 36000 moles on top of it for a normal canister. I'm talking about the NO2 canister inside of the chamber in atmos. (I will replace the canister in another pull request) --- code/LINDA/LINDA_system.dm | 2 ++ code/controllers/master_controller.dm | 7 ++++--- code/game/turfs/simulated/floor_types.dm | 2 +- code/global.dm | 1 + code/modules/mob/mob.dm | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/code/LINDA/LINDA_system.dm b/code/LINDA/LINDA_system.dm index 9099f0db23a..2e8fe1e4888 100644 --- a/code/LINDA/LINDA_system.dm +++ b/code/LINDA/LINDA_system.dm @@ -24,6 +24,8 @@ datum/controller/air_system setup_allturfs() + global_activeturfs = active_turfs.len + world << "\red \b Geometry processed in [(world.timeofday-start_time)/10] seconds!" /datum/controller/air_system/proc/process() diff --git a/code/controllers/master_controller.dm b/code/controllers/master_controller.dm index 0d5e80fe7f1..d2689169f99 100644 --- a/code/controllers/master_controller.dm +++ b/code/controllers/master_controller.dm @@ -41,6 +41,9 @@ datum/controller/game_controller/New() createRandomZlevel() //probably shouldn't be here! + for(var/i=0, i