pop update

This commit is contained in:
1brucben
2025-04-26 21:59:59 +02:00
parent 662282c676
commit 415cc6bc9c
+1 -1
View File
@@ -590,7 +590,7 @@ export class DefaultConfig implements Config {
let toAdd =
10 +
(1000 / max + 1 / 160) * (0.7 * player.troops() + 1.3 * player.workers());
(1200 / max + 1 / 140) * (0.7 * player.troops() + 1.3 * player.workers());
const adjustedPop =
typeof player.adjustedPopulation === "function"
? player.adjustedPopulation()