mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Remove extra result text from reaction chat message
This commit is contained in:
parent
7a798901cc
commit
8b11aedb21
1 changed files with 2 additions and 2 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue