Add an action for rolling a Haste Check
This commit is contained in:
parent
fa0b1078a1
commit
59c66c20a1
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { deleteItemFromElement, editItemFromElement } from "../utils.mjs";
|
||||
import { DelveDiceHUD } from "../DelveDiceHUD.mjs";
|
||||
import { filePath } from "../../consts.mjs";
|
||||
import { gameTerms } from "../../gameTerms.mjs";
|
||||
import { GenericAppMixin } from "../GenericApp.mjs";
|
||||
|
|
@ -25,6 +26,7 @@ export class StatsCardV1 extends GenericAppMixin(HandlebarsApplicationMixin(Acto
|
|||
resizable: false,
|
||||
},
|
||||
actions: {
|
||||
rollForHaste: DelveDiceHUD.rollForHaste,
|
||||
},
|
||||
form: {
|
||||
submitOnChange: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue