Skip to content

Commit

Permalink
changed get_alphamask_apperance to use base_lighting_alpha property
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Dross committed Dec 15, 2023
1 parent 05290fd commit 5276d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/lighting/lighting_area.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
effect.plane = LIGHTING_PLANE
effect.layer = LIGHTING_PRIMARY_LAYER
effect.blend_mode = BLEND_ADD
effect.alpha = 255
effect.alpha = base_lighting_alpha
effect.color = COLOR_WHITE
effect.appearance_flags = KEEP_APART
effect.icon = item.icon
Expand Down

0 comments on commit 5276d54

Please sign in to comment.