mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 11:29:54 +02:00
Fixed so that action uses are automatically spent
This commit is contained in:
parent
3840f39c97
commit
42949624a1
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
|
||||||
|
|
||||||
static async submitRoll(event) {
|
static async submitRoll(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
await this.submit();
|
||||||
await this.close({ submitted: true });
|
await this.close({ submitted: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue