debug stuff

This commit is contained in:
Chris Ryan 2025-12-20 16:51:37 +10:00
parent e166a408f1
commit 3f4c36f862
2 changed files with 11 additions and 2 deletions

View file

@ -93,4 +93,5 @@ export const enrichedFateRoll = async (
config.data = { experiences: {}, traits: {}, fateType: fateType };
config.source = { actor: target?.uuid };
await CONFIG.Dice.daggerheart.FateRoll.build(config);
return config;
};