subtract ap when casting spell

Changes:
 + subtract AP when casting a spell
This commit is contained in:
2023-11-26 13:13:13 +01:00
parent 7bf0fd90b0
commit db21ca93b0
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ export default class M5CharacterSheet extends ActorSheet {
const context = this.actor as any;
const item = context.items.get(itemId) as M5Item;
await item.roll();
this.render();
});
html.find(".roll-brawl-button").on("click", async (event) => {