mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
Other colour of the binary channel (#33841)
* radio * color 2 * console-announcement * 5ed7aa (cherry picked from commit df7b9d1e043d0990b05b59225f65d247cfdd9c58)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -548,7 +548,7 @@
|
||||
components:
|
||||
- type: NavMapBeacon
|
||||
defaultText: station-beacon-ai
|
||||
color: "#2ed2fd"
|
||||
color: "#5ed7aa"
|
||||
|
||||
- type: entity
|
||||
parent: DefaultStationBeaconAI
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user