mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Merge branch 'development' into feature/death-moves
This commit is contained in:
commit
ee28fb3b9c
4 changed files with 11 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue