improve boat attack ux

This commit is contained in:
evanpelle
2024-09-04 20:50:42 -07:00
parent a92bebce05
commit 727588199a
4 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ export const devConfig = new class extends DefaultConfig {
troopAdditionRate(player: Player): number {
if (player.isBot()) {
return 100000
return 1000
} else {
return 100000
return 10000
}
}
}