From 7658ec9fd3cd20db9ef5a15b2301bb706d12a3ba Mon Sep 17 00:00:00 2001 From: Nim <128169402+nimfar11@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:03:18 +0300 Subject: [PATCH] Other colour of the binary channel (#33841) * radio * color 2 * console-announcement * 5ed7aa (cherry picked from commit df7b9d1e043d0990b05b59225f65d247cfdd9c58) --- Content.Server/Silicons/Laws/SiliconLawSystem.cs | 2 +- .../Prototypes/Entities/Objects/Devices/station_beacon.yml | 2 +- Resources/Prototypes/radio_channels.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/Silicons/Laws/SiliconLawSystem.cs b/Content.Server/Silicons/Laws/SiliconLawSystem.cs index 7d6cec1d29..543646db86 100644 --- a/Content.Server/Silicons/Laws/SiliconLawSystem.cs +++ b/Content.Server/Silicons/Laws/SiliconLawSystem.cs @@ -83,7 +83,7 @@ public sealed class SiliconLawSystem : SharedSiliconLawSystem var msg = Loc.GetString("laws-notify"); var wrappedMessage = Loc.GetString("chat-manager-server-wrap-message", ("message", msg)); - _chatManager.ChatMessageToOne(ChatChannel.Server, msg, wrappedMessage, default, false, actor.PlayerSession.Channel, colorOverride: Color.FromHex("#2ed2fd")); + _chatManager.ChatMessageToOne(ChatChannel.Server, msg, wrappedMessage, default, false, actor.PlayerSession.Channel, colorOverride: Color.FromHex("#5ed7aa")); if (!TryComp(uid, out var lawcomp)) return; diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 009f5cf687..1f56a0e1c2 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -548,7 +548,7 @@ components: - type: NavMapBeacon defaultText: station-beacon-ai - color: "#2ed2fd" + color: "#5ed7aa" - type: entity parent: DefaultStationBeaconAI diff --git a/Resources/Prototypes/radio_channels.yml b/Resources/Prototypes/radio_channels.yml index e0bd0c1667..8cea126840 100644 --- a/Resources/Prototypes/radio_channels.yml +++ b/Resources/Prototypes/radio_channels.yml @@ -105,7 +105,7 @@ - 'b' - 'б' frequency: 1001 - color: "#2ed2fd" + color: "#5ed7aa" # long range since otherwise it'd defeat the point of a handheld radio independent of telecomms longRange: true