giasfclfubrehber

This commit is contained in:
Putnam
2020-10-30 01:52:26 -07:00
parent 3c4eff605d
commit 46c4c347f9
9 changed files with 17 additions and 21 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()
update_air_ref(TRUE)
return
var/turf/open/newTurf = .
newTurf.air.copy_from(stashed_air)
+2 -4
View File
@@ -9,12 +9,10 @@
/turf/closed/Initialize()
. = ..()
update_air_ref()
/turf/closed/AfterChange()
. = ..()
SSair.high_pressure_delta -= src
update_air_ref()
/turf/closed/get_smooth_underlay_icon(mutable_appearance/underlay_appearance, turf/asking_turf, adjacency_dir)
return FALSE
@@ -198,13 +196,13 @@
desc = "A wall made out of a strange metal. The squares on it pulse in a predictable pattern."
icon = 'icons/turf/walls/hierophant_wall.dmi'
icon_state = "wall"
/turf/closed/indestructible/rock/glacierrock
name = "unaturally hard ice wall"
desc = "Ice, hardened over thousands of years, you're not breaking through this."
icon = 'icons/turf/walls.dmi'
icon_state = "snow_rock"
/turf/closed/indestructible/rock/glacierrock/blue
name = "blue ice wall"
desc = "The incredible compressive forces that formed this sturdy ice wall gave it a blue color."
+1 -1
View File
@@ -27,7 +27,7 @@
/turf/open/space/Initialize()
icon_state = SPACE_ICON_STATE
air = space_gas
update_air_ref()
update_air_ref(FALSE)
vis_contents.Cut() //removes inherited overlays
visibilityChanged()
+1 -4
View File
@@ -10,10 +10,7 @@ GLOBAL_LIST(topic_status_cache)
//So subsystems globals exist, but are not initialised
/world/New()
if (fexists(AUXTOOLS))
var/message = call(AUXTOOLS,"auxtools_init")()
if(message != "SUCCESS")
CRASH("Auxtools failed to load with message [message]!")
AUXTOOLS_CHECK
//enable_debugger()
#ifdef REFERENCE_TRACKING
enable_reference_tracking()