mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-29 07:36:16 +01:00
Ports color standardization
from tg/52574
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user