fixes everything else

This commit is contained in:
Katherine Kiefer
2024-03-30 23:28:03 +11:00
parent cd8ff7e5bd
commit f167abbeca
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -142,6 +142,9 @@ GLOBAL_LIST_INIT(blacklisted_automated_baseturfs, typecacheof(list(
return W return W
/turf/open/ChangeTurf(path, list/new_baseturfs, flags) /turf/open/ChangeTurf(path, list/new_baseturfs, flags)
//don't
if(!SSair.initialized)
return ..()
if ((flags & CHANGETURF_INHERIT_AIR) && ispath(path, /turf/open)) if ((flags & CHANGETURF_INHERIT_AIR) && ispath(path, /turf/open))
var/datum/gas_mixture/stashed_air = new() var/datum/gas_mixture/stashed_air = new()
stashed_air.copy_from(air) stashed_air.copy_from(air)