mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Fix submit on close
This commit is contained in:
parent
6223b05eb1
commit
0d60cd90b6
6 changed files with 27 additions and 6 deletions
|
|
@ -220,6 +220,7 @@ export class DHBaseAction extends foundry.abstract.DataModel {
|
|||
|
||||
// Proceed with Roll
|
||||
config = await this.proceedRoll(config);
|
||||
if(!config) return;
|
||||
|
||||
// Update Actor resources based on Action Cost configuration
|
||||
this.spendCost(config.costs.values);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue