Latest sync

This commit is contained in:
2021-11-06 12:04:42 +01:00
parent 7bfeb96d5e
commit 4820039325
2 changed files with 8 additions and 6 deletions

View File

@ -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);