mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Step 1
This commit is contained in:
parent
0eb5a7276f
commit
7f4700fe26
3 changed files with 62 additions and 31 deletions
|
|
@ -51,6 +51,7 @@ export default class DHRoll extends Roll {
|
|||
|
||||
static async buildPost(roll, config, message) {
|
||||
for (const hook of config.hooks) {
|
||||
console.log(hook)
|
||||
if (Hooks.call(`${CONFIG.DH.id}.postRoll${hook.capitalize()}`, config, message) === false) return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue