mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Fixes base lighting appearance inheritance (corner shadows bug see pics inside) [MDB IGNORE] (#8774)
* Fix base lighting appearance inheritance (#62042) * Fixes base lighting appearance inheritance (corner shadows bug see pics inside) Co-authored-by: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com>
This commit is contained in:
co-authored by
Wayland-Smithy
parent
a160d6a449
commit
3d8e5c3f81
@@ -59,6 +59,7 @@
|
||||
lighting_effect.blend_mode = BLEND_ADD
|
||||
lighting_effect.alpha = base_lighting_alpha
|
||||
lighting_effect.color = base_lighting_color
|
||||
lighting_effect.appearance_flags = RESET_TRANSFORM | RESET_ALPHA | RESET_COLOR
|
||||
for(var/turf/T in src)
|
||||
T.add_overlay(lighting_effect)
|
||||
T.luminosity = 1
|
||||
|
||||
Reference in New Issue
Block a user