mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 17:16:45 +00:00
population fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user