Merge pull request #5269 from deathride58/fancylighting

Makes lighting a little fancier, reduces the amount of light sources with a power greater than 1
This commit is contained in:
Anewbe
2018-05-29 13:33:27 -05:00
committed by GitHub
10 changed files with 54 additions and 50 deletions
+4 -4
View File
@@ -197,7 +197,7 @@
desc = "This is an unusual plant. It's bulbous ends emit a soft blue light."
icon_state = "plant-09"
light_range = 2
light_power = 1
light_power = 0.6
light_color = "#33CCFF"
/obj/structure/flora/pottedplant/orientaltree
@@ -255,7 +255,7 @@
desc = "This is a subterranean plant. It's bulbous ends glow faintly."
icon_state = "plant-20"
light_range = 2
light_power = 1
light_power = 0.6
light_color = "#FF6633"
/obj/structure/flora/pottedplant/minitree
@@ -301,7 +301,7 @@
desc = "This is a subterranean plant. It's bulbous ends glow faintly."
icon_state = "glowplant"
light_range = 2
light_power = 1
light_power = 0.6
light_color = "#FF6633"
/obj/structure/flora/sif/subterranean/initialize()
@@ -315,4 +315,4 @@
/obj/structure/flora/sif/eyes/initialize()
icon_state = "[initial(icon_state)][rand(1,3)]"
. = ..()
. = ..()