auxtools atmos works now

This commit is contained in:
Putnam
2020-10-31 02:55:31 -07:00
parent 46c4c347f9
commit 90e3be2a12
7 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ GLOBAL_LIST_INIT(blacklisted_automated_baseturfs, typecacheof(list(
. = ..()
if (!.) // changeturf failed or didn't do anything
QDEL_NULL(stashed_air)
update_air_ref(TRUE)
update_air_ref(planetary_atmos ? 1 : 2)
return
var/turf/open/newTurf = .
newTurf.air.copy_from(stashed_air)
+1 -1
View File
@@ -27,7 +27,7 @@
/turf/open/space/Initialize()
icon_state = SPACE_ICON_STATE
air = space_gas
update_air_ref(FALSE)
update_air_ref(0)
vis_contents.Cut() //removes inherited overlays
visibilityChanged()