don't display unit deleted message when tranpsort ship lands

This commit is contained in:
evanpelle
2024-12-11 16:49:23 -08:00
parent dfe2f27ba8
commit c13bb1eef9
7 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export class NukeExecution implements Execution {
// .filter(b => euclideanDist(this.cell, b.tile().cell()) < this.magnitude + 50)
// .forEach(b => b.delete())
this.active = false
this.nuke.delete()
this.nuke.delete(false)
}
owner(): MutablePlayer {