Merge branch 'main' into meta3AI. remove underline at 90.

This commit is contained in:
1brucben
2025-04-25 21:33:51 +02:00
562 changed files with 2766 additions and 8269 deletions
@@ -26,7 +26,6 @@ export class TransportShipExecution implements Execution {
private mg: Game;
private attacker: Player;
private target: Player | TerraNullius;
private embarkDelay = 0;
// TODO make private
public path: TileRef[];
@@ -155,10 +154,6 @@ export class TransportShipExecution implements Execution {
this.active = false;
return;
}
if (this.embarkDelay > 0) {
this.embarkDelay--;
return;
}
if (ticks - this.lastMove < this.ticksPerMove) {
return;
}