Echec automatique sur 1
All checks were successful
Release Creation / build (release) Successful in 49s
All checks were successful
Release Creation / build (release) Successful in 49s
This commit is contained in:
@@ -563,6 +563,7 @@ export class TeDeumUtility {
|
||||
}
|
||||
if (rollData.diceSum == 1) {
|
||||
let critiqueRoll = await new Roll(rollData.carac.negativeDice)
|
||||
rollData.isSuccess = true
|
||||
await critiqueRoll.evaluate()
|
||||
await this.showDiceSoNice(critiqueRoll, game.settings.get("core", "rollMode"))
|
||||
rollData.critiqueRoll = foundry.utils.duplicate(critiqueRoll)
|
||||
|
||||
Reference in New Issue
Block a user