From 6888511e032b7360cac21abd0009e81ca3f93118 Mon Sep 17 00:00:00 2001 From: MureixloI <132683811+MureixloI@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:17:59 +0300 Subject: [PATCH] Fix cargo and salvage's computer point light (#29384) --- .../Entities/Structures/Machines/Computers/computers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index abb12f9313..3f9a9bc222 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -153,7 +153,7 @@ - type: PointLight radius: 1.5 energy: 1.6 - color: "#c94242" + color: "#43ccb5" - type: Computer board: CargoShuttleConsoleCircuitboard - type: StealTarget @@ -183,7 +183,7 @@ - type: PointLight radius: 1.5 energy: 1.6 - color: "#c94242" + color: "#43ccb5" - type: Computer board: SalvageShuttleConsoleCircuitboard - type: StealTarget @@ -1114,4 +1114,4 @@ - type: AccessReader # only used for dangerous things access: [["ResearchDirector"]] - type: Lock - unlockOnClick: false \ No newline at end of file + unlockOnClick: false -- 2.51.2