Merge branch 'master' into upstream-merge-10443

This commit is contained in:
Nadyr
2021-05-27 18:38:23 -04:00
committed by GitHub
44 changed files with 111146 additions and 339 deletions

View File

@@ -79,6 +79,7 @@
var/list/turfs = block(locate(1,1,z),locate(world.maxx,world.maxy,z))
var/count = 0
for(var/turf/simulated/T as anything in turfs)
if(!T.lighting_overlay)
T.lighting_build_overlay()
@@ -89,5 +90,6 @@
if(LC.update_gen != update_gen && LC.active)
LC.update_gen = update_gen
LC.update_lumcount(lum_r, lum_g, lum_b)
count++
update_gen--
qdel(src)