Merge pull request #9084 from Atermonera/END_FOR_DVIEW

Stuff dview back into nullspace
This commit is contained in:
Atermonera
2023-04-07 12:15:28 -08:00
committed by GitHub
+2
View File
@@ -222,6 +222,7 @@ var/global/total_lighting_sources = 0
T.affecting_lights += src
affecting_turfs += T
END_FOR_DVIEW
update_gen++
@@ -257,6 +258,7 @@ var/global/total_lighting_sources = 0
T.generate_missing_corners()
corners |= T.get_corners()
turfs += T
END_FOR_DVIEW
var/list/L = turfs - affecting_turfs // New turfs, add us to the affecting lights of them.
affecting_turfs += L