Merge branch 'development' into feature/death-moves

This commit is contained in:
WBHarry 2026-01-13 22:37:07 +01:00
commit 7ca4a5fae2
3 changed files with 4 additions and 2 deletions

View file

@ -278,6 +278,8 @@ export default class DualityRoll extends D20Roll {
}
static async handleTriggers(roll, config) {
if (!config.source?.actor) return;
const updates = [];
const dualityUpdates = await game.system.registeredTriggers.runTrigger(
CONFIG.DH.TRIGGER.triggers.dualityRoll.id,