From 23fd3a3f89820f02d9c4b42aad9b36d0354ed6fb Mon Sep 17 00:00:00 2001 From: WBHarry Date: Tue, 20 Jan 2026 21:38:10 +0100 Subject: [PATCH] Fixed so that damage rerolls work again --- module/dice/damageRoll.mjs | 3 +++ system.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/module/dice/damageRoll.mjs b/module/dice/damageRoll.mjs index cd26eb21..9dde8c1e 100644 --- a/module/dice/damageRoll.mjs +++ b/module/dice/damageRoll.mjs @@ -292,6 +292,9 @@ export default class DamageRoll extends DHRoll { if (isDie) diceIndex++; return fixedTerm; }), + options: { + roll: [] + }, class: 'DamageRoll', evaluated: false }); diff --git a/system.json b/system.json index 2c68f785..6521c6d6 100644 --- a/system.json +++ b/system.json @@ -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",