Fixes ChangeTurf runtimes in late loaded templates.

This commit is contained in:
AnturK
2018-01-15 10:16:47 +01:00
parent 5b142ac8f5
commit 8c514c1e82
+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
/**