Merge pull request #1018 from tigercat2000/OhMyLights

Add light color defs for more things
This commit is contained in:
ZomgPonies
2015-05-13 08:06:14 -04:00
28 changed files with 58 additions and 25 deletions
@@ -117,6 +117,7 @@
desc = "A red Nanotrasen issued flare. There are instructions on the side, it reads 'pull cord, make light'."
w_class = 2.0
brightness_on = 7 // Pretty bright.
light_color = "#e58775"
icon_state = "flare"
item_state = "flare"
var/fuel = 0
@@ -174,6 +175,7 @@
item_state = "slime"
w_class = 1
brightness_on = 6
light_color = "#FFBF00"
on = 1 //Bio-luminesence has one setting, on.
/obj/item/device/flashlight/slime/New()