pop update 2

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