VS: Leftover VS edits for tg lighting

This commit is contained in:
Aronai Sieyes
2021-06-17 00:18:28 -04:00
parent db14882664
commit c0dd2ee9a3
11 changed files with 143 additions and 41 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
for(var/turf/simulated/T in block(locate(1,1,z), locate(world.maxx, world.maxy, z)))
T.update_air_properties()
//We missed sslighting init!
if(lighting_overlays_initialised)
if(SSlighting.subsystem_initialized)
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()