Quickfix: Give color to some announcements (#7488)

This commit is contained in:
Chris V
2022-04-10 13:54:07 -07:00
committed by GitHub
parent 8d8b0e6376
commit ef6d147763
5 changed files with 8 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ namespace Content.Server.Nuke
if (wasSent)
{
var msg = Loc.GetString("nuke-component-announcement-send-codes");
_chat.DispatchStationAnnouncement(msg);
_chat.DispatchStationAnnouncement(msg, colorOverride: Color.Red);
}
return wasSent;