mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Fixes the employment records light colour (#397)
They are no longer green, despite the sprite being blue.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
name = "employment records console"
|
||||
desc = "Used to view, edit and maintain employment records."
|
||||
icon_state = "medlaptop"
|
||||
light_color = "#00b000"
|
||||
light_color = "#315ab4"
|
||||
req_one_access = list(access_heads)
|
||||
circuit = "/obj/item/weapon/circuitboard/skills"
|
||||
var/obj/item/weapon/card/id/scan = null
|
||||
|
||||
Reference in New Issue
Block a user