Remove the default notification from Infiltrates.
This commit is contained in:
committed by
Oliver Brakmann
parent
451a38338b
commit
7ddcc2e958
@@ -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" }
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user