create troop slider

This commit is contained in:
Evan
2024-11-03 12:37:56 -08:00
parent df0b5a91ac
commit 2afecf0f39
17 changed files with 2673 additions and 2401 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export class FakeHumanExecution implements Execution {
return
}
if (this.player.troops() < this.mg.config().maxTroops(this.player) / 4) {
if (this.player.troops() < this.mg.config().maxManpower(this.player) / 4) {
return
}