TagTeamDialog somewhat working

This commit is contained in:
WBHarry 2026-07-16 00:45:30 +02:00
parent 221b84726d
commit 7a036821d9
5 changed files with 69 additions and 76 deletions

View file

@ -1,7 +1,8 @@
import D20RollDialog from '../applications/dialogs/d20RollDialog.mjs';
import { triggerChatRollFx } from '../helpers/utils.mjs';
import BaseRoll from './baseRoll.mjs';
export default class DHRoll extends Roll {
export default class DHRoll extends BaseRoll {
baseTerms = [];
constructor(formula, data = {}, options = {}) {
super(formula, data, foundry.utils.mergeObject(options, { roll: [] }, { overwrite: false }));