mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
how did that fall over lmao
This commit is contained in:
@@ -422,7 +422,7 @@ GLOBAL_DATUM_INIT(_preloader, /dmm_suite/preloader, new)
|
|||||||
var/turf/simulated/floor/F = crds
|
var/turf/simulated/floor/F = crds
|
||||||
if(istype(F.loc, /area/submap))
|
if(istype(F.loc, /area/submap))
|
||||||
var/turf/B = get_base_turf(F.z)
|
var/turf/B = get_base_turf(F.z)
|
||||||
if(istype(B, /turf_simulated)) //If I have to force standardized POI atmos, I will.
|
if(istype(B, /turf/simulated)) //If I have to force standardized POI atmos, I will.
|
||||||
F.oxygen = B.oxygen
|
F.oxygen = B.oxygen
|
||||||
F.nitrogen = B.nitrogen
|
F.nitrogen = B.nitrogen
|
||||||
F.temperature = B.temperature
|
F.temperature = B.temperature
|
||||||
|
|||||||
Reference in New Issue
Block a user