Remove the default notification from Infiltrates.

This commit is contained in:
Paul Chote
2018-11-24 23:07:52 +00:00
committed by Oliver Brakmann
parent 451a38338b
commit 7ddcc2e958
4 changed files with 10 additions and 3 deletions

View File

@@ -76,6 +76,9 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
}),
new TraitWrapper("PowerManager", new Dictionary<string, string> {
{ "SpeechNotification", "LowPower" }
}),
new TraitWrapper("Infiltrates", new Dictionary<string, string> {
{ "Notification", "BuildingInfiltrated" }
})
};