diff --git a/Content.Server/Radio/EntitySystems/RadioSystem.cs b/Content.Server/Radio/EntitySystems/RadioSystem.cs index 4a973ec547..adfc751d80 100644 --- a/Content.Server/Radio/EntitySystems/RadioSystem.cs +++ b/Content.Server/Radio/EntitySystems/RadioSystem.cs @@ -130,7 +130,7 @@ public sealed class RadioSystem : EntitySystem // Sunrise-Start if (GetIdCardIsBold(messageSource)) { - message = $"[bold]{message}[/bold]"; + content = $"[bold]{content}[/bold]"; } // Sunrise-End