diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index 2ac61fe53..1ee16ef85 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -521,7 +521,7 @@ export class DefaultConfig implements Config { } } if (attackerType === PlayerType.Bot) { - speed *= 5; // slow bot attacks + speed *= 6; // slow bot attacks } if (defenderIsPlayer) { const defenderTroops = defender.troops();