Add telecomms system (#14486)
This commit is contained in:
@@ -157,7 +157,7 @@ public sealed partial class AnomalySystem
|
||||
Audio.PlayPvs(component.GeneratingFinishedSound, uid);
|
||||
|
||||
var message = Loc.GetString("anomaly-generator-announcement");
|
||||
_radio.SendRadioMessage(uid, message, _prototype.Index<RadioChannelPrototype>(component.ScienceChannel));
|
||||
_radio.SendRadioMessage(uid, message, _prototype.Index<RadioChannelPrototype>(component.ScienceChannel), uid);
|
||||
}
|
||||
|
||||
private void UpdateGenerator()
|
||||
|
||||
Reference in New Issue
Block a user