mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
The turret control now glows.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user