Skip to content

Commit

Permalink
Hotfix: Beta 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashe committed Oct 8, 2023
1 parent f0a5c90 commit fbbaca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/module/canvas/token/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ class PTUToken extends Token {
}

canFlank(flankee) {
if(!this.actor || !flankee.actor) return false;
if (this === flankee || !game.settings.get("ptu", "automation.flankingDetection")) return false;

if (!this.actor.isEnemyOf(flankee.actor)) return false;
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"verified": "11.311",
"maximum": 11
},
"version": "4.0.0.beta.11",
"version": "4.0.0.beta.12",
"templateVersion": 2,
"authors": [
{
Expand Down

0 comments on commit fbbaca1

Please sign in to comment.