Skip to content

Commit

Permalink
WOOOOOOOOO (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Aug 25, 2024
1 parent 8d98206 commit d77d3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/turfs/open/space/space.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ GLOBAL_REAL_VAR(space_appearances) = make_space_appearances()
// add_overlay does a bunch of generic stuff, like creating a new list for overlays,
// queueing compile, cloning appearance, etc etc etc that is not necessary here.
overlays += global.fullbright_overlay
luminosity = TRUE

return INITIALIZE_HINT_NORMAL

Expand Down
1 change: 1 addition & 0 deletions code/modules/lighting/lighting_area.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ GLOBAL_REAL_VAR(mutable_appearance/fullbright_overlay) = create_fullbright_overl
lighting_effect.alpha = base_lighting_alpha
lighting_effect.color = base_lighting_color
lighting_effect.appearance_flags = RESET_TRANSFORM | RESET_ALPHA | RESET_COLOR
add_overlay(lighting_effect)

area_has_base_lighting = TRUE
luminosity = 1
Expand Down

0 comments on commit d77d3a1

Please sign in to comment.