mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-18 11:12:26 +01:00
Revert "Ports tgstation's Color Standardization, adds Color Defines and Signals"
This commit is contained in:
@@ -298,11 +298,11 @@
|
||||
outputs = list()
|
||||
activators = list()
|
||||
inputs_default = list(
|
||||
"2" = COLOR_RED
|
||||
"2" = "#FF0000"
|
||||
)
|
||||
power_draw_idle = 0 // Raises to 1 when lit.
|
||||
spawn_flags = IC_SPAWN_DEFAULT|IC_SPAWN_RESEARCH
|
||||
var/led_color = COLOR_RED
|
||||
var/led_color = "#FF0000"
|
||||
|
||||
/obj/item/integrated_circuit/output/led/on_data_written()
|
||||
power_draw_idle = get_pin_data(IC_INPUT, 1) ? 1 : 0
|
||||
|
||||
Reference in New Issue
Block a user