calibration

This commit is contained in:
1brucben
2025-04-26 20:37:25 +02:00
parent dea380337e
commit c14e2d9393
+1 -1
View File
@@ -590,7 +590,7 @@ export class DefaultConfig implements Config {
let toAdd =
10 +
(800 / max + 1 / 160) * (0.7 * player.troops() + 1.3 * player.workers());
(1000 / max + 1 / 160) * (0.7 * player.troops() + 1.3 * player.workers());
const adjustedPop =
typeof player.adjustedPopulation === "function"
? player.adjustedPopulation()