when attacking by boat, attack execution only starts from boat pixel

This commit is contained in:
evanpelle
2024-09-04 20:06:20 -07:00
parent 2082b229b4
commit a92bebce05
8 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export const devConfig = new class extends DefaultConfig {
troopAdditionRate(player: Player): number {
if (player.isBot()) {
return 10000
return 100000
} else {
return 100000
}