Quickfix: Give color to some announcements (#7488)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user