Remove log

This commit is contained in:
Dapoolp 2025-08-11 22:49:44 +02:00
parent 8b11aedb21
commit 462c43900e

View file

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