Various fixes

This commit is contained in:
2023-08-09 18:05:16 +02:00
parent 43a3a2ccfa
commit 002d6f4fbd
60 changed files with 503 additions and 409 deletions

View File

@@ -355,7 +355,7 @@ export class Hero6Utility {
let myRoll = rollData.roll
if (!myRoll) { // New rolls only of no rerolls
myRoll = new Roll(diceFormula).roll({ async: false })
await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode"))
//await this.showDiceSoNice(myRoll, game.settings.get("core", "rollMode"))
}
rollData.roll = myRoll