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

@@ -113,7 +113,8 @@ namespace Content.Server.RoundEnd
_adminLog.Add(LogType.ShuttleRecalled, LogImpact.High, $"Shuttle recalled");
}
_chatManager.DispatchStationAnnouncement(Loc.GetString("round-end-system-shuttle-recalled-announcement"), Loc.GetString("Station"), false);
_chatManager.DispatchStationAnnouncement(Loc.GetString("round-end-system-shuttle-recalled-announcement"),
Loc.GetString("Station"), false, colorOverride: Color.Gold);
SoundSystem.Play(Filter.Broadcast(), "/Audio/Announcements/shuttlerecalled.ogg");