Other colour of the binary channel (#33841)
* radio * color 2 * console-announcement * 5ed7aa
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
- type: CommunicationsConsole
|
||||
canShuttle: false
|
||||
title: comms-console-announcement-title-station-ai
|
||||
color: "#2ed2fd"
|
||||
color: "#5ed7aa"
|
||||
- type: ShowJobIcons
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -542,7 +542,7 @@
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-ai
|
||||
color: "#2ed2fd"
|
||||
color: "#5ed7aa"
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconAI
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user