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
+3 -3
View File
@@ -174,11 +174,11 @@
var/obj/item/pen/P = I
switch(P.colour)
if("black")
return "#000000"
return COLOR_BLACK
if("blue")
return "#0000ff"
return COLOR_BLUE
if("red")
return "#ff0000"
return COLOR_RED
return P.colour
else if(istype(I, /obj/item/soap) || istype(I, /obj/item/reagent_containers/rag))
return canvas_color
+1 -1
View File
@@ -350,7 +350,7 @@
name = "photosynthetic potted plant"
desc = "A bioluminescent plant."
icon_state = "plant-09"
light_color = "#2cb2e8"
light_color = COLOR_BRIGHT_BLUE
light_range = 3