Add an action for rolling a Haste Check

This commit is contained in:
Eldritch-Oliver 2025-10-07 22:22:32 -06:00
parent fa0b1078a1
commit 59c66c20a1

View file

@ -1,4 +1,5 @@
import { deleteItemFromElement, editItemFromElement } from "../utils.mjs"; import { deleteItemFromElement, editItemFromElement } from "../utils.mjs";
import { DelveDiceHUD } from "../DelveDiceHUD.mjs";
import { filePath } from "../../consts.mjs"; import { filePath } from "../../consts.mjs";
import { gameTerms } from "../../gameTerms.mjs"; import { gameTerms } from "../../gameTerms.mjs";
import { GenericAppMixin } from "../GenericApp.mjs"; import { GenericAppMixin } from "../GenericApp.mjs";
@ -25,6 +26,7 @@ export class StatsCardV1 extends GenericAppMixin(HandlebarsApplicationMixin(Acto
resizable: false, resizable: false,
}, },
actions: { actions: {
rollForHaste: DelveDiceHUD.rollForHaste,
}, },
form: { form: {
submitOnChange: true, submitOnChange: true,