mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 02:12:34 +00:00
further calibration
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user