Fancy lighting wave 2 - expands nonbinary colored lighting to more than just flashlights and lights

This commit is contained in:
deathride58
2018-11-16 21:12:07 -05:00
parent d1b9dc2e08
commit 621b0675e9
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