Various fixes

This commit is contained in:
WBHarry 2026-01-13 17:50:28 +01:00
parent 3c9ef75645
commit f65671f7ee
7 changed files with 34 additions and 14 deletions

View file

@ -36,6 +36,7 @@ export default class DHAttackAction extends DHDamageAction {
async use(event, options) {
const result = await super.use(event, options);
if (!result.message) return;
if (result.message.system.action.roll?.type === 'attack') {
const { updateCountdowns } = game.system.api.applications.ui.DhCountdowns;