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
@@ -7,7 +7,7 @@
desc = "Used to check and claim bounties offered by Kinaris"
icon_screen = "bounty"
circuit = /obj/item/circuitboard/computer/bounty
light_color = "#E2853D"//orange
light_color = COLOR_BRIGHT_ORANGE
var/printer_ready = 0 //cooldown var
/obj/machinery/computer/bounty/Initialize()
+1 -2
View File
@@ -3,6 +3,7 @@
desc = "Used to order supplies, approve requests, and control the shuttle."
icon_screen = "supply"
circuit = /obj/item/circuitboard/computer/cargo
light_color = COLOR_BRIGHT_ORANGE
ui_x = 780
ui_y = 750
@@ -18,8 +19,6 @@
/// var that tracks message cooldown
var/message_cooldown
light_color = "#E2853D"//orange
/obj/machinery/computer/cargo/request
name = "supply request console"
desc = "Used to request supplies from cargo."