Fixed so that damage rerolls work again

This commit is contained in:
WBHarry 2026-01-20 21:38:10 +01:00
parent 4ce8fbb84c
commit 23fd3a3f89
2 changed files with 4 additions and 1 deletions

View file

@ -292,6 +292,9 @@ export default class DamageRoll extends DHRoll {
if (isDie) diceIndex++;
return fixedTerm;
}),
options: {
roll: []
},
class: 'DamageRoll',
evaluated: false
});

View file

@ -2,7 +2,7 @@
"id": "daggerheart",
"title": "Daggerheart",
"description": "An unofficial implementation of the Daggerheart system",
"version": "1.5.4",
"version": "1.5.5",
"compatibility": {
"minimum": "13.346",
"verified": "13.351",