From b631525b6e989c6334250ae9ed368388e8c1d892 Mon Sep 17 00:00:00 2001
From: WBHarry <89362246+WBHarry@users.noreply.github.com>
Date: Wed, 20 May 2026 21:44:50 +0200
Subject: [PATCH] Fixed so that Reaction roll chat messages do not mention
'withHope'/'withFear' (#1912)
---
templates/ui/chat/parts/roll-part.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/ui/chat/parts/roll-part.hbs b/templates/ui/chat/parts/roll-part.hbs
index 78f4dcd9..14e3eaa6 100644
--- a/templates/ui/chat/parts/roll-part.hbs
+++ b/templates/ui/chat/parts/roll-part.hbs
@@ -6,7 +6,7 @@
{{#if roll.isCritical}}
{{localize "DAGGERHEART.GENERAL.criticalShort"}}
{{else}}
- {{#if (and roll.dHope (not (eq roll.type "reaction")))}}
+ {{#if (and roll.dHope (not (eq roll.options.roll.type "reaction")))}}
{{localize "DAGGERHEART.GENERAL.withThing" thing=roll.totalLabel}}
{{/if}}
{{/if}}