Skip to content

Commit

Permalink
Merge pull request #9 from ortegamarcel/token-action-hud-thewitchertr…
Browse files Browse the repository at this point in the history
…pg-compatiblity

Added compatibility with the Token Action HUD TheWitcherTRPG module
  • Loading branch information
ortegamarcel authored May 7, 2023
2 parents 02f7c06 + 62dc7dd commit 459a6a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module/sheets/WitcherActorSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2628,4 +2628,9 @@ export default class WitcherActorSheet extends ActorSheet {
}
return totalStats;
}

/** Do not delete. This method is here to give external modules the possibility to make skill rolls. */
async _onSkillRoll(statNum, skillNum) {
rollSkillCheck(this.actor, statNum, skillNum);
}
}

0 comments on commit 459a6a8

Please sign in to comment.