Skip to content

Commit

Permalink
That old blue stinks on the eyes. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril authored Dec 17, 2024
1 parent c3be19c commit a96116c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a96116c

Please sign in to comment.