Add v12 support

This commit is contained in:
2024-05-23 11:38:37 +02:00
parent bddf772c99
commit b463323fbe
104 changed files with 410 additions and 410 deletions

View File

@@ -500,7 +500,7 @@ export class WastelandActor extends Actor {
if (arme.type == "bouclier") {
arme = this.prepareBouclier(arme)
}
let roll = new Roll(arme.system.totalDegats).roll({ async: false })
let roll = await new Roll(arme.system.totalDegats).roll()
await WastelandUtility.showDiceSoNice(roll, game.settings.get("core", "rollMode"));
let rollData = {
arme: arme,