Skip to content

Commit

Permalink
fix announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Oct 20, 2024
1 parent 20097f3 commit efeac1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ private void HandleSound(EntityUid uid, SupermatterComponent sm)
/// <param name="customSender"> If true, the message will be sent from Central Command </param>
public void SupermatterAlert(EntityUid uid, string message, bool customSender = false)
{
_chat.DispatchStationAnnouncement(uid, message, customSender ? "Central Command" : Loc.GetString("supermatter-announcement-sender"), false, null, Color.Yellow);
_chat.DispatchStationAnnouncement(uid, message, customSender ? "Central Command" : Loc.GetString("supermatter-announcement-sender"), playDefault: false, playTts: true, colorOverride: Color.Yellow);
}

private void GenerateAnomaly(EntityUid uid, float amount = 1)
Expand Down

0 comments on commit efeac1b

Please sign in to comment.