diff --git a/mods/d2k/rules/player.yaml b/mods/d2k/rules/player.yaml index a0b685fe5a..c31633d836 100644 --- a/mods/d2k/rules/player.yaml +++ b/mods/d2k/rules/player.yaml @@ -61,6 +61,7 @@ Player: AllyRepair: PlayerResources: SelectableCash: 2500, 5000, 7000, 10000, 20000 + InsufficientFundsNotification: InsufficientFunds ActorGroupProxy: DeveloperMode: BaseAttackNotifier: diff --git a/mods/ra/rules/player.yaml b/mods/ra/rules/player.yaml index 83a167a67d..05d155f158 100644 --- a/mods/ra/rules/player.yaml +++ b/mods/ra/rules/player.yaml @@ -43,6 +43,7 @@ Player: PowerManager: AllyRepair: PlayerResources: + InsufficientFundsNotification: InsufficientFunds ActorGroupProxy: DeveloperMode: GpsWatcher: diff --git a/mods/ts/rules/player.yaml b/mods/ts/rules/player.yaml index 2831adf368..4e6b611dad 100644 --- a/mods/ts/rules/player.yaml +++ b/mods/ts/rules/player.yaml @@ -40,6 +40,7 @@ Player: PowerManager: AllyRepair: PlayerResources: + InsufficientFundsNotification: InsufficientFunds ActorGroupProxy: DeveloperMode: Enabled: true