mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 21:33:44 +00:00
when attacking by boat, attack execution only starts from boat pixel
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user