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
+1 -1
View File
@@ -17,7 +17,7 @@
var/user = ""
light_power = 0
light_range = 7
light_color = "#ff3232"
light_color = COLOR_VIVID_RED
var/pin = 0
/obj/machinery/atm/ui_interact(mob/user)
+1 -1
View File
@@ -168,7 +168,7 @@
icon_state = null
item_state = null
w_class = WEIGHT_CLASS_NORMAL
light_color = "#FFCC66"
light_color = COLOR_CREAMY_ORANGE
icon_off = "pipe"
icon_on = "pipe_lit"