Other colour of the binary channel (#33841)

* radio

* color 2

* console-announcement

* 5ed7aa

(cherry picked from commit df7b9d1e043d0990b05b59225f65d247cfdd9c58)
This commit is contained in:
Nim
2024-12-14 19:03:18 +03:00
committed by Spatison
parent bb6f865b79
commit 7658ec9fd3
3 changed files with 3 additions and 3 deletions

View File

@@ -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<SiliconLawProviderComponent>(uid, out var lawcomp))
return;

View File

@@ -548,7 +548,7 @@
components:
- type: NavMapBeacon
defaultText: station-beacon-ai
color: "#2ed2fd"
color: "#5ed7aa"
- type: entity
parent: DefaultStationBeaconAI

View File

@@ -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