rework ID

This commit is contained in:
2022-09-01 21:26:10 +02:00
parent fa8f9869a6
commit 3311bc091a
6 changed files with 25 additions and 11 deletions

View File

@ -488,6 +488,8 @@ export class BoLDefaultRoll {
this.rollData.isLegendary = false
this.rollData.isFumble = (diceTotal === 2)
this.rollData.isFailure = !this.rollData.isSuccess
this.rollData.isRealCritical = true
let actor = game.actors.get( this.rollData.actorId)
if (this.rollData.reroll == undefined) {