mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Remove extra result text from reaction chat message (#860)
* Remove extra result text from reaction chat message * Remove log
This commit is contained in:
parent
4403ff9418
commit
68c9cd52ea
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{{#if roll.isCritical}}
|
||||
<span>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</span>
|
||||
{{else}}
|
||||
{{#if roll.result}}
|
||||
{{#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