further calibration

This commit is contained in:
1brucben
2025-04-26 23:55:42 +02:00
parent 69d036da39
commit 7d7b19de3f
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -162,9 +162,9 @@ export class FakeHumanExecution implements Execution {
if (
this.player.troops() > 100_000 &&
this.player.targetTroopRatio() > 0.7
this.player.targetTroopRatio() > 0.6
) {
this.player.setTargetTroopRatio(0.7);
this.player.setTargetTroopRatio(0.6);
}
this.updateRelationsFromEmbargos();