Enable the insufficient funds warning in ra, d2k and ts

This commit is contained in:
Oliver Brakmann
2016-04-08 22:14:18 +02:00
parent 87e1acfc9f
commit a8ead3669d
3 changed files with 3 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ Player:
AllyRepair: AllyRepair:
PlayerResources: PlayerResources:
SelectableCash: 2500, 5000, 7000, 10000, 20000 SelectableCash: 2500, 5000, 7000, 10000, 20000
InsufficientFundsNotification: InsufficientFunds
ActorGroupProxy: ActorGroupProxy:
DeveloperMode: DeveloperMode:
BaseAttackNotifier: BaseAttackNotifier:

View File

@@ -43,6 +43,7 @@ Player:
PowerManager: PowerManager:
AllyRepair: AllyRepair:
PlayerResources: PlayerResources:
InsufficientFundsNotification: InsufficientFunds
ActorGroupProxy: ActorGroupProxy:
DeveloperMode: DeveloperMode:
GpsWatcher: GpsWatcher:

View File

@@ -40,6 +40,7 @@ Player:
PowerManager: PowerManager:
AllyRepair: AllyRepair:
PlayerResources: PlayerResources:
InsufficientFundsNotification: InsufficientFunds
ActorGroupProxy: ActorGroupProxy:
DeveloperMode: DeveloperMode:
Enabled: true Enabled: true