diff --git a/src/core/execution/DefensePostExecution.ts b/src/core/execution/DefensePostExecution.ts index b3524e339..aedebf26e 100644 --- a/src/core/execution/DefensePostExecution.ts +++ b/src/core/execution/DefensePostExecution.ts @@ -118,7 +118,7 @@ export class DefensePostExecution implements Execution { this.target = null; return; } else { - this.shoot(); + //this.shoot(); return; } } diff --git a/src/core/execution/TransportShipExecution.ts b/src/core/execution/TransportShipExecution.ts index d9b001739..941ec8ea4 100644 --- a/src/core/execution/TransportShipExecution.ts +++ b/src/core/execution/TransportShipExecution.ts @@ -26,7 +26,7 @@ export class TransportShipExecution implements Execution { private mg: Game; private attacker: Player; private target: Player | TerraNullius; - private embarkDelay = 10; + private embarkDelay = 0; // TODO make private public path: TileRef[];