This commit is contained in:
Dapoolp 2025-07-06 13:06:39 +02:00
parent 0eb5a7276f
commit 7f4700fe26
3 changed files with 62 additions and 31 deletions

View file

@ -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;
}