Ports color standardization

from tg/52574
This commit is contained in:
DragonTrance
2022-06-06 11:58:34 -04:00
parent 68b73d8823
commit f3fe268d0c
188 changed files with 713 additions and 650 deletions
@@ -298,11 +298,11 @@
outputs = list()
activators = list()
inputs_default = list(
"2" = "#FF0000"
"2" = COLOR_RED
)
power_draw_idle = 0 // Raises to 1 when lit.
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
var/led_color = "#FF0000"
var/led_color = COLOR_RED
/obj/item/integrated_circuit/output/led/on_data_written()
power_draw_idle = get_pin_data(IC_INPUT, 1) ? 1 : 0