Stuff dview back into nullspace

This commit is contained in:
atermonera
2023-03-25 12:38:33 -08:00
parent b104a5e33a
commit b4dab70b09

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