restore pop growth

This commit is contained in:
1brucben
2025-05-09 23:06:50 +02:00
parent df69429663
commit c47754dd82
+1 -1
View File
@@ -613,7 +613,7 @@ export class DefaultConfig implements Config {
let toAdd =
10 +
(840 / max + 1 / 210) * (0.8 * player.troops() + 1.2 * player.workers());
(1400 / max + 1 / 125) * (0.8 * player.troops() + 1.2 * player.workers());
const adjustedPop = player.adjustedPopulation();
const ratio = 1 - adjustedPop / max;