Fix station announcements (#9380)
* Fix station announcements Doesn't just get what's on the grid. Also made it generic so other systems can use a station filter. * bumped * a
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Content.Server.Nuke
|
||||
if (wasSent)
|
||||
{
|
||||
var msg = Loc.GetString("nuke-component-announcement-send-codes");
|
||||
_chatSystem.DispatchGlobalStationAnnouncement(msg, colorOverride: Color.Red);
|
||||
_chatSystem.DispatchGlobalAnnouncement(msg, colorOverride: Color.Red);
|
||||
}
|
||||
|
||||
return wasSent;
|
||||
|
||||
Reference in New Issue
Block a user