Merge pull request #3318 from SkyMarshal/airfixes

Hypothetically fixed two issues, both the airlock issue and ZAS not detecting the runtime that was occuring.
This commit is contained in:
Mloc
2013-07-14 16:12:53 -07:00

View File

@@ -134,7 +134,6 @@ turf
return ..() return ..()
proc/update_air_properties() proc/update_air_properties()
. = 1
var/air_directions_archived = air_check_directions var/air_directions_archived = air_check_directions
air_check_directions = 0 air_check_directions = 0
@@ -259,7 +258,7 @@ turf
//The unsimulated turf is adjacent to another one of our zone's turfs, //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 // better rebuild to be sure we didn't get cut in twain
if(consider_rebuild) if(consider_rebuild)
NT.zone.rebuild = 1 zone.rebuild = 1
//Not adjacent to anything, and unsimulated. Goodbye~ //Not adjacent to anything, and unsimulated. Goodbye~
else else
@@ -269,6 +268,7 @@ turf
processing = 1 processing = 1
else else
processing = 0 processing = 0
return 1