lord help me

This commit is contained in:
Putnam
2020-12-17 22:29:11 -08:00
parent fbafd8391b
commit 2de8b8e188
4 changed files with 8 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@
/proc/extools_finalize_logging()
/proc/auxtools_stack_trace(err)
stack_trace(err)
GLOBAL_VAR_INIT(auxtools_initialized,FALSE)
#define AUXTOOLS_CHECK\
+5 -2
View File
@@ -88,8 +88,11 @@
set_custom_materials(custom_materials)
ComponentInitialize()
__auxtools_update_turf_temp_info(isspaceturf(get_z_base_turf()) && !planetary_atmos)
if(isopenturf(src))
var/turf/open/O = src
__auxtools_update_turf_temp_info(isspaceturf(get_z_base_turf()) && !O.planetary_atmos)
else
__auxtools_update_turf_temp_info(isspaceturf(get_z_base_turf()))
return INITIALIZE_HINT_NORMAL