Various spell stuff enhancements

This commit is contained in:
2022-12-20 17:47:46 +01:00
parent 28e8edc867
commit e0026adfcd
8 changed files with 103 additions and 18 deletions

View File

@@ -541,6 +541,10 @@ export class Avd12Utility {
}
}
if (rollData.spell) {
actor.spentFocusPoints(rollData.spell)
}
let msg = await this.createChatWithRollMode(rollData.alias, {
content: await renderTemplate(`systems/fvtt-avd12/templates/chat/chat-generic-result.hbs`, rollData)
})