vgstation-coders / vgstation13

Butts
GNU General Public License v3.0
260 stars 541 forks source link

Tiles that were destroyed in an explosion will have lighting issues when repaired #5634

Closed Angelite191 closed 8 years ago

Angelite191 commented 8 years ago

exactly what it says on the tin

Angelite191 commented 8 years ago

I suspect it may be a thing when the new tile is set, it's initialized to 0, ignoring all light that was on the tile.

PJB3005 commented 8 years ago

Know the cause, when a tile gets fixed like this the new overlay doesn't get light from affecting light sources.

Fix should be relatively simple, as a list of affecting lights is already kept on the turf.

Angelite191 commented 8 years ago

S-so that means you'll fix it, right?

PJB3005 commented 8 years ago

yes

PJB3005 commented 8 years ago

https://gitlab.com/vgstation/vgstation/merge_requests/10

Angelite191 commented 8 years ago

Resolved.