mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 05:03:50 +00:00
bot initial pop nerf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user