This commit is contained in:
Dapoolp 2025-08-06 18:37:53 +02:00
parent 2554803741
commit 5a7d1d204c
14 changed files with 55 additions and 154 deletions

View file

@ -34,8 +34,8 @@ export default class DHAttackAction extends DHDamageAction {
};
}
async use(event, ...args) {
const result = await super.use(event, args);
async use(event, options) {
const result = await super.use(event, options);
const { updateCountdowns } = game.system.api.applications.ui.DhCountdowns;
await updateCountdowns(CONFIG.DH.GENERAL.countdownTypes.characterAttack.id);