mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 12:41:20 +01:00
test
This commit is contained in:
parent
450fe60db6
commit
0eb5a7276f
3 changed files with 13 additions and 2 deletions
|
|
@ -264,3 +264,7 @@ Hooks.on('renderJournalDirectory', async (tab, html, _, options) => {
|
|||
};
|
||||
}
|
||||
});
|
||||
|
||||
Hooks.on(`${CONFIG.DH.id}.postRollDuality`, async(roll, config, message) => {
|
||||
console.log(roll, config, message)
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue