Merge pull request #7734 from deathride58/fancylightingwave2

Fancy lighting wave 2 - nonbinary colored lighting now applies to gun/helmet flashlights, borgs, bots, welders, and more
This commit is contained in:
nik707
2018-11-19 18:05:27 -06:00
committed by GitHub
13 changed files with 21 additions and 12 deletions
@@ -71,6 +71,8 @@
var/lamp_max = 10 //Maximum brightness of a borg lamp. Set as a var for easy adjusting.
var/lamp_intensity = 0 //Luminosity of the headlamp. 0 is off. Higher settings than the minimum require power.
light_color = "#FFCC66"
light_power = 0.8
var/lamp_cooldown = 0 //Flag for if the lamp is on cooldown after being forcibly disabled.
var/sight_mode = 0
@@ -5,6 +5,8 @@
gender = NEUTER
mob_biotypes = list(MOB_ROBOTIC)
light_range = 3
light_power = 0.9
light_color = "#CDDDFF"
stop_automated_movement = 1
wander = 0
healable = 0