From: MureixloI <132683811+MureixloI@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:17:59 +0000 (+0300) Subject: Fix cargo and salvage's computer point light (#29384) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6888511e032b7360cac21abd0009e81ca3f93118;p=space-station-14.git Fix cargo and salvage's computer point light (#29384) --- 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