Skip to content

Commit

Permalink
Tweak yellow light color
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Nov 16, 2024
1 parent 31e5cb3 commit 301f415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/power/lights.dm
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@
break_light_tube(TRUE)
if("bulb")
brightness_range = 4
brightness_color = "#a0a080"
// brightness_color = "#a0a080" // SS220 EDIT: comment out
if(prob(5))
break_light_tube(TRUE)
if("floor")
brightness_range = 6
brightness_color = "#a0a080"
// brightness_color = "#a0a080" // SS220 EDIT: comment out
if(prob(3))
break_light_tube(TRUE)
update(FALSE, TRUE, FALSE)
Expand Down
2 changes: 2 additions & 0 deletions modular_ss220/aesthetics/lights/code/lights.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
/obj/machinery/light/small
icon = 'icons/obj/lighting.dmi'
layer = ABOVE_MOB_LAYER
brightness_color = "#FFF780"

/obj/machinery/light/floor
icon = 'icons/obj/lighting.dmi'
brightness_color = "#FFF780"

/obj/machinery/light_construct
icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi'
Expand Down

0 comments on commit 301f415

Please sign in to comment.