Remove extra result text from reaction chat message (#860)

* Remove extra result text from reaction chat message

* Remove log
This commit is contained in:
Dapoulp 2025-08-11 23:58:12 +02:00 committed by GitHub
parent 4403ff9418
commit 68c9cd52ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}