remove max boat distance

This commit is contained in:
Evan
2025-03-07 10:38:26 -08:00
parent 25224ed749
commit 3dd02ec4df
5 changed files with 15 additions and 36 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export class TransportShipExecution implements Execution {
this.lastMove = ticks;
this.mg = mg;
this.pathFinder = PathFinder.Mini(mg, 10_000, false, 2);
this.pathFinder = PathFinder.Mini(mg, 10_000, false, 10);
this.attacker = mg.player(this.attackerID);