another pop adjustment test

This commit is contained in:
1brucben
2025-04-26 22:03:25 +02:00
parent dfa7a400a2
commit 2f03059cd0
+1 -1
View File
@@ -590,7 +590,7 @@ export class DefaultConfig implements Config {
let toAdd =
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 =
typeof player.adjustedPopulation === "function"
? player.adjustedPopulation()