Other colour of the binary channel (#33841)

* radio

* color 2

* console-announcement

* 5ed7aa
This commit is contained in:
Nim
2024-12-14 18:03:18 +02:00
committed by GitHub
parent 7d82d2d5da
commit df7b9d1e04
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -69,7 +69,7 @@
- type: CommunicationsConsole
canShuttle: false
title: comms-console-announcement-title-station-ai
color: "#2ed2fd"
color: "#5ed7aa"
- type: ShowJobIcons
- type: entity

View File

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

View File

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