Better chat result + hide some compendiums

This commit is contained in:
2023-05-09 21:18:44 +02:00
parent 861aa19637
commit 6aa63f9a98
4 changed files with 13 additions and 5 deletions

View File

@@ -347,6 +347,7 @@ export class MournbladeUtility {
let myRoll = new Roll(rollData.diceFormula).roll({ async: false })
await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode"))
rollData.roll = myRoll
rollData.diceResult = myRoll.terms[0].results[0].result
console.log(">>>> ", myRoll)
rollData.finalResult = myRoll.total