mostly works!

occasional deadlock at last test; gonna keep checking that out.
This commit is contained in:
Putnam
2020-12-18 17:49:32 -08:00
parent 2de8b8e188
commit f0b3ad7a22
9 changed files with 35 additions and 17 deletions
+1
View File
@@ -156,6 +156,7 @@ GLOBAL_LIST_INIT(blacklisted_automated_baseturfs, typecacheof(list(
else
if(ispath(path,/turf/closed))
flags |= CHANGETURF_RECALC_ADJACENT
update_air_ref(-1)
return ..()
// Take off the top layer turf and replace it with the next baseturf down
+1
View File
@@ -92,6 +92,7 @@
var/turf/open/O = src
__auxtools_update_turf_temp_info(isspaceturf(get_z_base_turf()) && !O.planetary_atmos)
else
update_air_ref(-1)
__auxtools_update_turf_temp_info(isspaceturf(get_z_base_turf()))
return INITIALIZE_HINT_NORMAL