We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be2e79 commit 81b9c54Copy full SHA for 81b9c54
src/core/execution/NukeExecution.ts
@@ -138,7 +138,9 @@ export class NukeExecution implements Execution {
138
targetTile: this.dst,
139
trajectory: this.getTrajectory(this.dst),
140
});
141
- this.maybeBreakAlliances(this.tilesInRange());
+ if (this.nuke.type() !== UnitType.MIRVWarhead) {
142
+ this.maybeBreakAlliances(this.tilesInRange());
143
+ }
144
if (this.mg.hasOwner(this.dst)) {
145
const target = this.mg.owner(this.dst);
146
if (!target.isPlayer()) {
0 commit comments