diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 26283f580..fff319d61 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -788,7 +788,7 @@ export class DefaultConfig implements Config { toAdd *= ratio; if (player.type() === PlayerType.Bot) { - toAdd *= 0.7; + toAdd *= 0.6; } if (player.type() === PlayerType.FakeHuman) {