From 46f808edf40eca70b7e53c9fd84238793fb9d49b Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 14 Jul 2013 16:09:08 -0700 Subject: [PATCH] Hypothetically fixed two issues, both the airlock issue and ZAS not detecting the runtime that was occuring. Should still be verified on the live server before considered resolved. --- code/ZAS/ZAS_Turfs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ZAS/ZAS_Turfs.dm b/code/ZAS/ZAS_Turfs.dm index c66d77e5f37..2ed0478aba6 100644 --- a/code/ZAS/ZAS_Turfs.dm +++ b/code/ZAS/ZAS_Turfs.dm @@ -134,7 +134,6 @@ turf return ..() proc/update_air_properties() - . = 1 var/air_directions_archived = air_check_directions air_check_directions = 0 @@ -259,7 +258,7 @@ turf //The unsimulated turf is adjacent to another one of our zone's turfs, // better rebuild to be sure we didn't get cut in twain if(consider_rebuild) - NT.zone.rebuild = 1 + zone.rebuild = 1 //Not adjacent to anything, and unsimulated. Goodbye~ else @@ -269,6 +268,7 @@ turf processing = 1 else processing = 0 + return 1