Melee attacks

This commit is contained in:
Neill Cox 2024-05-06 11:33:00 +10:00
parent 9a6fab6014
commit 1d5328a9f1
5 changed files with 45 additions and 3 deletions

View file

@ -85,7 +85,10 @@ Hooks.once('tokenActionHudCoreApiReady', async (coreModule) => {
case 'skills':
this.#handleSkillAction(actor, actionId)
break
}
case 'melee':
this.#handleMeleeAction(actor, actionId)
break
}
}
/**