powder that makes you say yes

bundles https://github.com/CHOMPStation2/CHOMPStation2/pull/2052 into this one because conflicts
This commit is contained in:
Nadyr
2021-05-27 18:42:47 -04:00
committed by GitHub
parent 2c0757cf3c
commit be2efee10a

View File

@@ -79,7 +79,6 @@
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()
@@ -90,6 +89,5 @@
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)
qdel(src)