mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
powder that makes you say yes
bundles https://github.com/CHOMPStation2/CHOMPStation2/pull/2052 into this one because conflicts
This commit is contained in:
@@ -79,7 +79,6 @@
|
|||||||
|
|
||||||
var/list/turfs = block(locate(1,1,z),locate(world.maxx,world.maxy,z))
|
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)
|
for(var/turf/simulated/T as anything in turfs)
|
||||||
if(!T.lighting_overlay)
|
if(!T.lighting_overlay)
|
||||||
T.lighting_build_overlay()
|
T.lighting_build_overlay()
|
||||||
@@ -90,6 +89,5 @@
|
|||||||
if(LC.update_gen != update_gen && LC.active)
|
if(LC.update_gen != update_gen && LC.active)
|
||||||
LC.update_gen = update_gen
|
LC.update_gen = update_gen
|
||||||
LC.update_lumcount(lum_r, lum_g, lum_b)
|
LC.update_lumcount(lum_r, lum_g, lum_b)
|
||||||
count++
|
|
||||||
update_gen--
|
update_gen--
|
||||||
qdel(src)
|
qdel(src)
|
||||||
Reference in New Issue
Block a user