mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes lighting not updating when turfs are changed
This commit is contained in:
@@ -241,9 +241,9 @@
|
||||
//W.Assimilate_Air()
|
||||
|
||||
W.lighting_lumcount += old_lumcount
|
||||
if(old_lumcount != W.lighting_lumcount)
|
||||
W.lighting_changed = 1
|
||||
lighting_controller.changed_turfs += W
|
||||
|
||||
if(W.lighting_lumcount)
|
||||
W.UpdateAffectingLights()
|
||||
|
||||
if(old_fire)
|
||||
fire = old_fire
|
||||
|
||||
Reference in New Issue
Block a user