mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
.
This commit is contained in:
parent
73048c2807
commit
201d91b69d
4 changed files with 13 additions and 10 deletions
|
|
@ -725,6 +725,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
|||
})
|
||||
};
|
||||
const result = await this.document.diceRoll(config);
|
||||
if (!result) return;
|
||||
|
||||
/* This could be avoided by baking config.costs into config.resourceUpdates. Didn't feel like messing with it at the time */
|
||||
const costResources = result.costs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue