mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
k
This commit is contained in:
parent
e4badd93d0
commit
5d6eb4b145
5 changed files with 22 additions and 15 deletions
|
|
@ -639,9 +639,9 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
|||
})
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
this.consumeResource(result?.costs);
|
||||
}, 50);
|
||||
// setTimeout(() => {
|
||||
// this.consumeResource(result?.costs);
|
||||
// }, 50);
|
||||
}
|
||||
|
||||
async consumeResource(costs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue