mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
Stuff dview back into nullspace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user