From 4820039325a8f5f92ec033c90a7e17bf2ad25f70 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sat, 6 Nov 2021 12:04:42 +0100 Subject: [PATCH] Latest sync --- module/system/bol-utility.js | 1 + templates/roll/roll-dialog-weapon.hbs | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/module/system/bol-utility.js b/module/system/bol-utility.js index 521bc7f..89e2381 100644 --- a/module/system/bol-utility.js +++ b/module/system/bol-utility.js @@ -167,6 +167,7 @@ export class BoLUtility { rollData.roll = myRoll; rollData.formula = formula; rollData.modifier = modifier; + rollData.nbDice = nbDice; rollData.finalScore = myRoll.total; let actor = game.actors.get(rollData.actorId); diff --git a/templates/roll/roll-dialog-weapon.hbs b/templates/roll/roll-dialog-weapon.hbs index aa188f1..e036742 100644 --- a/templates/roll/roll-dialog-weapon.hbs +++ b/templates/roll/roll-dialog-weapon.hbs @@ -1,6 +1,13 @@

{{title}}

+
+ + + + +
+
-
- - - - -