population fix

This commit is contained in:
1brucben
2025-05-08 00:09:04 +02:00
parent a3996d539f
commit c3ea0811eb
5 changed files with 23 additions and 2 deletions
+1
View File
@@ -182,6 +182,7 @@ export class NukeExecution implements Execution {
.config()
.nukeDeathFactor(attack.troops(), owner.numTilesOwned());
attack.setTroops(attack.troops() - deaths);
attack.applyLosses(deaths);
});
owner.units(UnitType.TransportShip).forEach((attack) => {
const deaths = this.mg