rework ID

This commit is contained in:
2022-09-01 22:23:58 +02:00
parent 3311bc091a
commit 90a83f4571
3 changed files with 7 additions and 1 deletions

View File

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