mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-21 13:45:15 +00:00
fakehumans send boats, improved map
This commit is contained in:
@@ -85,7 +85,6 @@ export class BoatAttackExecution implements Execution {
|
||||
this.aStarPre.compute(5)
|
||||
this.path = this.aStarPre.reconstructPath()
|
||||
if (this.path != null) {
|
||||
console.log(`got path ${this.path.map(t => t.cell().toString())}`)
|
||||
this.boat = this.attacker.addBoat(this.troops, this.src, this.target)
|
||||
} else {
|
||||
console.log('got null path')
|
||||
|
||||
Reference in New Issue
Block a user