mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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
|
||||
if(istype(F.loc, /area/submap))
|
||||
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.nitrogen = B.nitrogen
|
||||
F.temperature = B.temperature
|
||||
|
||||
Reference in New Issue
Block a user