mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 03:27:08 +01:00
Fixed so that damage rerolls work again
This commit is contained in:
parent
4ce8fbb84c
commit
23fd3a3f89
2 changed files with 4 additions and 1 deletions
|
|
@ -292,6 +292,9 @@ export default class DamageRoll extends DHRoll {
|
||||||
if (isDie) diceIndex++;
|
if (isDie) diceIndex++;
|
||||||
return fixedTerm;
|
return fixedTerm;
|
||||||
}),
|
}),
|
||||||
|
options: {
|
||||||
|
roll: []
|
||||||
|
},
|
||||||
class: 'DamageRoll',
|
class: 'DamageRoll',
|
||||||
evaluated: false
|
evaluated: false
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "daggerheart",
|
"id": "daggerheart",
|
||||||
"title": "Daggerheart",
|
"title": "Daggerheart",
|
||||||
"description": "An unofficial implementation of the Daggerheart system",
|
"description": "An unofficial implementation of the Daggerheart system",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13.346",
|
"minimum": "13.346",
|
||||||
"verified": "13.351",
|
"verified": "13.351",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue