mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-25 08:08:35 +00:00
improve boat attack ux
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user