Fix adminload Z level lighting

This commit is contained in:
Aronai Sieyes
2020-03-13 10:05:51 -04:00
parent 2e4b15c733
commit 0be3210ecd

View File

@@ -1,2 +1,5 @@
/datum/map_template/proc/on_map_loaded(z)
for(var/Trf in block(locate(1,1,z), locate(world.maxx, world.maxy, z)))
var/turf/T = Trf //faster than implicit istype with typed for loop
T.lighting_build_overlay()
return