From df7b9d1e043d0990b05b59225f65d247cfdd9c58 Mon Sep 17 00:00:00 2001 From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:03:18 +0200 Subject: [PATCH] Other colour of the binary channel (#33841) * radio * color 2 * console-announcement * 5ed7aa --- Content.Server/Silicons/Laws/SiliconLawSystem.cs | 2 +- Resources/Prototypes/Entities/Mobs/Player/silicon.yml | 2 +- .../Prototypes/Entities/Objects/Devices/station_beacon.yml | 2 +- Resources/Prototypes/radio_channels.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content.Server/Silicons/Laws/SiliconLawSystem.cs b/Content.Server/Silicons/Laws/SiliconLawSystem.cs index 303b4384d0..1ff5126bc6 100644 --- a/Content.Server/Silicons/Laws/SiliconLawSystem.cs +++ b/Content.Server/Silicons/Laws/SiliconLawSystem.cs @@ -67,7 +67,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/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index 539215b7d9..fc204b9b28 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -69,7 +69,7 @@ - type: CommunicationsConsole canShuttle: false title: comms-console-announcement-title-station-ai - color: "#2ed2fd" + color: "#5ed7aa" - type: ShowJobIcons - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 8ef51b0cd8..5552a973f1 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -542,7 +542,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 9cb8bf4daa..006f829be4 100644 --- a/Resources/Prototypes/radio_channels.yml +++ b/Resources/Prototypes/radio_channels.yml @@ -83,7 +83,7 @@ name: chat-radio-binary keycode: '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 -- 2.51.2