mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +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
|
T.affecting_lights += src
|
||||||
affecting_turfs += T
|
affecting_turfs += T
|
||||||
|
END_FOR_DVIEW
|
||||||
|
|
||||||
update_gen++
|
update_gen++
|
||||||
|
|
||||||
@@ -257,6 +258,7 @@ var/global/total_lighting_sources = 0
|
|||||||
T.generate_missing_corners()
|
T.generate_missing_corners()
|
||||||
corners |= T.get_corners()
|
corners |= T.get_corners()
|
||||||
turfs += T
|
turfs += T
|
||||||
|
END_FOR_DVIEW
|
||||||
|
|
||||||
var/list/L = turfs - affecting_turfs // New turfs, add us to the affecting lights of them.
|
var/list/L = turfs - affecting_turfs // New turfs, add us to the affecting lights of them.
|
||||||
affecting_turfs += L
|
affecting_turfs += L
|
||||||
|
|||||||
Reference in New Issue
Block a user