mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-19 02:04:39 +00:00
remove max boat distance
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user