Skip to content

Commit

Permalink
Merge pull request #2563 from codemaster321/master
Browse files Browse the repository at this point in the history
fixed the escort problem issue, closes #2545
  • Loading branch information
DreadKnight authored Mar 22, 2024
2 parents 661a413 + bcfe392 commit aee60eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abilities/Scavenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default (G) => {
team: this._targetTeam,
id: [crea.id, trg.id],
size: size,
flipped: crea.player.player.flipped,
flipped: crea.player.flipped,
hexes: G.grid
.getFlyingRange(x, crea.y, distance, size, [crea.id, trg.id])
.filter(function (item) {
Expand Down

0 comments on commit aee60eb

Please sign in to comment.