bot initial pop nerf

This commit is contained in:
1brucben
2025-04-26 01:41:45 +02:00
parent 9271251d0c
commit 7fb180e7dc
+1 -1
View File
@@ -534,7 +534,7 @@ export class DefaultConfig implements Config {
startManpower(playerInfo: PlayerInfo): number {
if (playerInfo.playerType == PlayerType.Bot) {
return 8_000;
return 6_000;
}
if (playerInfo.playerType == PlayerType.FakeHuman) {
switch (this._gameConfig.difficulty) {