Added fallback for defaultHopeDice and defaultFearDice

This commit is contained in:
WBHarry 2026-01-13 21:00:24 +01:00
parent 9473250f0c
commit acafd2c8b9
2 changed files with 7 additions and 5 deletions

View file

@ -101,7 +101,7 @@ export const enrichedDualityRoll = async (
await target.diceRoll(config);
} else {
// For no target, call DualityRoll directly with basic data
config.data = { experiences: {}, traits: {} };
config.data = { experiences: {}, traits: {}, rules: {} };
config.source = { actor: null };
await CONFIG.Dice.daggerheart.DualityRoll.build(config);
}