Skip to content

Commit

Permalink
fixed the escort problem issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster321 committed Mar 20, 2024
1 parent 661a413 commit bcfe392
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 bcfe392

Please sign in to comment.