mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-12 05:13:49 +00:00
another pop adjustment test
This commit is contained in:
@@ -590,7 +590,7 @@ export class DefaultConfig implements Config {
|
|||||||
|
|
||||||
let toAdd =
|
let toAdd =
|
||||||
10 +
|
10 +
|
||||||
(1200 / max + 1 / 140) * (0.8 * player.troops() + 1.2 * player.workers());
|
(1200 / max + 1 / 120) * (0.8 * player.troops() + 1.2 * player.workers());
|
||||||
const adjustedPop =
|
const adjustedPop =
|
||||||
typeof player.adjustedPopulation === "function"
|
typeof player.adjustedPopulation === "function"
|
||||||
? player.adjustedPopulation()
|
? player.adjustedPopulation()
|
||||||
|
|||||||
Reference in New Issue
Block a user