Fix targeting

This commit is contained in:
Dapoolp 2025-08-13 15:50:03 +02:00
parent b5642db2cd
commit 70feaf72aa
4 changed files with 6 additions and 4 deletions

View file

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