The turret control now glows.

This commit is contained in:
PsiOmega
2015-06-09 19:58:03 +02:00
parent 73146a62fe
commit 1f33ccdfb0

View File

@@ -191,13 +191,17 @@
..()
if(stat & NOPOWER)
icon_state = "control_off"
set_light(0)
else if (enabled)
if (lethal)
icon_state = "control_kill"
set_light(1.5, 1,"#990000")
else
icon_state = "control_stun"
set_light(1.5, 1,"#FF9900")
else
icon_state = "control_standby"
set_light(1.5, 1,"#003300")
/obj/machinery/turretid/emp_act(severity)
if(enabled)