mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 10:04:30 +01:00
Fix base lighting appearance inheritance (#62042)
This commit is contained in:
@@ -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