]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Other colour of the binary channel (#33841)
authorNim <128169402+Nimfar11@users.noreply.github.com>
Sat, 14 Dec 2024 16:03:18 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Dec 2024 16:03:18 +0000 (17:03 +0100)
* radio

* color 2

* console-announcement

* 5ed7aa

Content.Server/Silicons/Laws/SiliconLawSystem.cs
Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml
Resources/Prototypes/radio_channels.yml

index 303b4384d007fcf054224cfd32190d229b577baa..1ff5126bc6a5ac60699ae93362a2248aecf315bc 100644 (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;
index 539215b7d9509706cd730ed7084cda822ab7988b..fc204b9b2833abffb359a44a3c8af4f0ccba2395 100644 (file)
@@ -69,7 +69,7 @@
   - type: CommunicationsConsole
     canShuttle: false
     title: comms-console-announcement-title-station-ai
-    color: "#2ed2fd"
+    color: "#5ed7aa"
   - type: ShowJobIcons
 
 - type: entity
index 8ef51b0cd880ced6532abd4d9d7ad1043d52da71..5552a973f10456675c0da67bed31aeaaf6192eca 100644 (file)
   components:
   - type: NavMapBeacon
     defaultText: station-beacon-ai
-    color: "#2ed2fd"
+    color: "#5ed7aa"
 
 - type: entity
   parent: DefaultStationBeaconAI
index 9cb8bf4daad109ac558b7c6529c5fc63d1abe4a7..006f829be4e02bf4d7c29ca9274608c42baa2d24 100644 (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