More death moves setup/testing

This commit is contained in:
Chris Ryan 2025-12-23 14:53:57 +10:00
parent 9a3355175b
commit 25646e30d6
4 changed files with 61 additions and 2 deletions

View file

@ -105,4 +105,5 @@ export const enrichedDualityRoll = async (
config.source = { actor: null };
await CONFIG.Dice.daggerheart.DualityRoll.build(config);
}
return config;
};