nerf bot speed more

This commit is contained in:
1brucben
2025-06-01 21:56:59 +02:00
parent bbc774753e
commit 421a940252
+1 -1
View File
@@ -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();