add radiation

This commit is contained in:
evanpelle
2024-12-04 13:21:35 -08:00
parent 5abe60070b
commit 5c51655eca
9 changed files with 158 additions and 112 deletions
+3
View File
@@ -83,6 +83,9 @@ export class NukeExecution implements Execution {
mp.removeTroops(2 * ratio[mp.id()])
others.add(mp)
}
if (tile.isLand()) {
this.mg.addFallout(tile)
}
}
for (const other of others) {
const alliance = this.player.allianceWith(other)