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}}