Remove extra result text from reaction chat message

This commit is contained in:
Dapoolp 2025-08-11 22:48:49 +02:00
parent 7a798901cc
commit 8b11aedb21

View file

@ -5,8 +5,8 @@
<span class="roll-result-desc">
{{#if roll.isCritical}}
<span>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</span>
{{else}}
{{#if roll.result}}
{{else}}{{log @root}}
{{#if (and roll.result (not roll.type "reaction"))}}
<span>{{localize "DAGGERHEART.GENERAL.withThing" thing=roll.result.label}}</span>
{{/if}}
{{/if}}