Merge pull request #34460 from AnturK/whyijustwastedhalfanhourlookingforatypo

Fixes ChangeTurf runtimes in late loaded templates.
This commit is contained in:
Jordan Brown
2018-01-16 08:38:27 -05:00
committed by CitadelStationBot
parent ade3ded854
commit 7a3c222758
+1 -1
View File
@@ -178,7 +178,7 @@ GLOBAL_DATUM_INIT(_preloader, /dmm_suite/preloader, new)
for(var/t in block(locate(bounds[MAP_MINX], bounds[MAP_MINY], bounds[MAP_MINZ]), locate(bounds[MAP_MAXX], bounds[MAP_MAXY], bounds[MAP_MAXZ])))
var/turf/T = t
//we do this after we load everything in. if we don't; we'll have weird atmos bugs regarding atmos adjacent turfs
T.AfterChange(TRUE)
T.AfterChange(CHANGETURF_IGNORE_AIR)
return bounds
/**