Bolts down event and minor tweaks (#2053)

* initial commit

* I have to switch to master

* oops

* i need to merge master

* finishing touches

* updating submodule

* bye

Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
AJCM-git
2020-10-08 11:59:20 -04:00
committed by GitHub
parent 970f3bc82f
commit ea30709cde
8 changed files with 97 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ namespace Content.Server.Chat
var msg = _netManager.CreateNetMessage<MsgChatMessage>();
msg.Channel = ChatChannel.Radio;
msg.Message = message;
msg.MessageWrap = "Station: {0}";
msg.MessageWrap = "Centcom Announcement:\n{0}";
_netManager.ServerSendToAll(msg);
}