From 2abbd8ce6b9fb37d54925f922d0002db86ff2914 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Thu, 9 Aug 2012 04:53:29 +1000 Subject: [PATCH] compile fix, tweaks Signed-off-by: Cael_Aislinn --- code/ZAS/FEA_system.dm | 3 --- code/game/master_controller.dm | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/code/ZAS/FEA_system.dm b/code/ZAS/FEA_system.dm index a6280462f7a..fba39e9219e 100644 --- a/code/ZAS/FEA_system.dm +++ b/code/ZAS/FEA_system.dm @@ -185,7 +185,6 @@ datum if(. && T && !output) . = 0 //If a runtime occured, make sure we can sense it. log_admin("ZASALERT: Either a null turf in list/tiles_to_update, or unable run turf/simualted/update_air_properties()") - alerted = 1 tiles_to_update = list() tick_progress = 2 @@ -209,7 +208,6 @@ datum if(. && Z && !output) . = 0 log_admin("ZASALERT: Either a null zone in list/zones, or unable run zone/process()") - alerted = 1 tick_progress = 5 for(var/obj/fire/F in active_hotspots) @@ -217,6 +215,5 @@ datum if(. && F && !output) . = 0 log_admin("ZASALERT: Either a null fire in list/active_hotspots, or unable run obj/fire/process()") - alerted = 1 tick_progress = 6 \ No newline at end of file diff --git a/code/game/master_controller.dm b/code/game/master_controller.dm index ee2bc547691..f49a2ab8bda 100644 --- a/code/game/master_controller.dm +++ b/code/game/master_controller.dm @@ -192,7 +192,7 @@ datum/controller/game_controller section = "active_hotspots (fire)" if(6) section = "success" - log_admin("ZASALERT: air_system/tick() failed with progress: [air_master.tick_progress]") + log_admin("ZASALERT: air_system/tick() failed with progress: [air_master.tick_progress] ([section])") air_master.failed_ticks++ if(air_master.failed_ticks > 20) world << "RUNTIMES IN ATMOS TICKER. Killing air simulation!"