Fixed so that Reaction roll chat messages do not mention 'withHope'/'withFear'

This commit is contained in:
WBHarry 2026-05-20 20:59:18 +02:00
parent b23095cb2f
commit 702245dd45

View file

@ -6,7 +6,7 @@
{{#if roll.isCritical}}
<span>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</span>
{{else}}
{{#if (and roll.dHope (not (eq roll.type "reaction")))}}
{{#if (and roll.dHope (not (eq roll.options.roll.type "reaction")))}}
<span>{{localize "DAGGERHEART.GENERAL.withThing" thing=roll.totalLabel}}</span>
{{/if}}
{{/if}}