diff --git a/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs b/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs index e9a322037c..2387c94ead 100644 --- a/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs +++ b/OpenRA.Mods.Common/Traits/Power/Player/PowerManager.cs @@ -20,7 +20,7 @@ namespace OpenRA.Mods.Common.Traits public class PowerManagerInfo : ITraitInfo, Requires { public readonly int AdviceInterval = 250; - public readonly string SpeechNotification = "LowPower"; + public readonly string SpeechNotification = null; public object Create(ActorInitializer init) { return new PowerManager(init.Self, this); } } diff --git a/mods/cnc/rules/player.yaml b/mods/cnc/rules/player.yaml index ea873b5dd0..a559f4f2eb 100644 --- a/mods/cnc/rules/player.yaml +++ b/mods/cnc/rules/player.yaml @@ -14,6 +14,7 @@ Player: MissionObjectives: ConquestVictoryConditions: PowerManager: + SpeechNotification: LowPower AllyRepair: PlayerResources: CashTickUpNotification: CashTickUp diff --git a/mods/d2k/rules/player.yaml b/mods/d2k/rules/player.yaml index 81a0dfc689..0c05ca360d 100644 --- a/mods/d2k/rules/player.yaml +++ b/mods/d2k/rules/player.yaml @@ -64,6 +64,7 @@ Player: ConquestVictoryConditions: PowerManager: AdviceInterval: 650 + SpeechNotification: LowPower AllyRepair: PlayerResources: SelectableCash: 2500, 5000, 7000, 10000, 20000 diff --git a/mods/ra/rules/player.yaml b/mods/ra/rules/player.yaml index 3491858641..06e0bb6c93 100644 --- a/mods/ra/rules/player.yaml +++ b/mods/ra/rules/player.yaml @@ -52,6 +52,7 @@ Player: MissionObjectives: ConquestVictoryConditions: PowerManager: + SpeechNotification: LowPower AllyRepair: PlayerResources: InsufficientFundsNotification: InsufficientFunds diff --git a/mods/ts/rules/player.yaml b/mods/ts/rules/player.yaml index 9e4b61e2c1..c455a3ec5e 100644 --- a/mods/ts/rules/player.yaml +++ b/mods/ts/rules/player.yaml @@ -56,6 +56,7 @@ Player: MissionObjectives: ConquestVictoryConditions: PowerManager: + SpeechNotification: LowPower AllyRepair: PlayerResources: InsufficientFundsNotification: InsufficientFunds