growth determined by manpower reserves

This commit is contained in:
Evan
2024-11-03 12:38:40 -08:00
parent 2afecf0f39
commit 7068758ae3
5 changed files with 26 additions and 19 deletions
-1
View File
@@ -159,7 +159,6 @@ export class AttackExecution implements Execution {
this.troops -= attackerTroopLoss
if (this.target.isPlayer()) {
this.target.removeTroops(defenderTroopLoss)
this.target.removeManpower(defenderTroopLoss)
}
this._owner.conquer(tileToConquer)
this.checkDefenderDead()