Skip to content

Commit

Permalink
[MIRROR] Fixes floor changes causing darkness (#2865)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubblenaut <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent 95aa25a commit 2966f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/turf_changing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
recalc_atom_opacity()
lighting_overlay = old_lighting_overlay
affecting_lights = old_affecting_lights
if (old_opacity != opacity || dynamic_lighting != old_dynamic_lighting || force_lighting_update)
if (old_opacity != opacity || dynamic_lighting != old_dynamic_lighting || z_flags != old_zflags || force_lighting_update)
reconsider_lights()
updateVisibility(src)

Expand Down

0 comments on commit 2966f29

Please sign in to comment.