This commit is contained in:
2025-01-28 21:40:20 +01:00
parent 4a346a4386
commit 6331ab9736
63 changed files with 240 additions and 24 deletions

View File

@ -417,7 +417,7 @@ export class TeDeumUtility {
let actor = game.actors.get(rollData.actorId)
let bDegats = actor.getBonusDegats()
let degatsRoll = await new Roll(rollData.arme.system.degats+"+"+bDegats.value ).roll()
await this.showDiceSoNice(locRoll, game.settings.get("core", "rollMode"))
await this.showDiceSoNice(degatsRoll, game.settings.get("core", "rollMode"))
rollData.degatsRoll = foundry.utils.duplicate(degatsRoll)
rollData.degats = degatsRoll.total
}