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
+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