mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
The stargazer light color is now the same as the sector (#15642)
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
else if(!(stat & NOPOWER))
|
||||
icon_state = "stargazer_on"
|
||||
add_overlay(star_system_image)
|
||||
set_light(6, 2, LIGHT_COLOR_BLUE)
|
||||
var/stargazer_light_color = LIGHT_COLOR_HALOGEN
|
||||
if(SSatlas.current_sector.starlight_color)
|
||||
stargazer_light_color = SSatlas.current_sector.starlight_color
|
||||
set_light(6, 2, stargazer_light_color)
|
||||
else
|
||||
icon_state = "stargazer_off"
|
||||
cut_overlays()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "The stargazer light's color now matches the space sector starlight's color."
|
||||
Reference in New Issue
Block a user