From a96116c4c2f0fb350884baee98c5d13f4b86463c Mon Sep 17 00:00:00 2001 From: sleepyyapril <123355664+sleepyyapril@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:00:13 -0400 Subject: [PATCH] That old blue stinks on the eyes. (#44) --- .../_SSS/SuspicionGameRule/SuspicionRuleSystem.Spawning.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_SSS/SuspicionGameRule/SuspicionRuleSystem.Spawning.cs b/Content.Server/_SSS/SuspicionGameRule/SuspicionRuleSystem.Spawning.cs index ef94f27563..faf0c6ee55 100644 --- a/Content.Server/_SSS/SuspicionGameRule/SuspicionRuleSystem.Spawning.cs +++ b/Content.Server/_SSS/SuspicionGameRule/SuspicionRuleSystem.Spawning.cs @@ -149,7 +149,7 @@ private void StartRound(EntityUid uid, SuspicionRuleComponent component, GameRul _antagSelectionSystem.SendBriefing( ownedEntity.Value, Loc.GetString("detective-briefing"), - Color.Blue, + Color.LightBlue, briefingSound:null); RaiseNetworkEvent(new SuspicionRuleUpdateRole(SuspicionRole.Detective), ownedEntity.Value); }