More events (#6894)

* Implements bureaucratic error and random sentience.

* Adds the Vent Critters event.

* bug moment

* forgot ignores.

* undo something i included in the PR by mistake.

* address review
This commit is contained in:
Moony
2022-02-25 23:10:09 -06:00
committed by GitHub
parent df5f38c778
commit 0898c8a837
18 changed files with 242 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ namespace Content.Server.Chat.Managers
_logs.Add(LogType.Chat, LogImpact.Low, $"Server announcement: {message}");
}
public void DispatchStationAnnouncement(string message, string sender = "CentComm", bool playDefaultSound = true)
public void DispatchStationAnnouncement(string message, string sender = "Central Command", bool playDefaultSound = true)
{
var messageWrap = Loc.GetString("chat-manager-sender-announcement-wrap-message", ("sender", sender));
NetMessageToAll(ChatChannel.Radio, message, messageWrap);