Merge pull request #1629 from DragonTrance/more-colors

Ports tgstation's Color Standardization, adds Color Defines and Signals
This commit is contained in:
Dahlular
2022-07-06 15:44:41 -06:00
committed by GitHub
188 changed files with 715 additions and 652 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"