diff --git a/templates/ui/chat/parts/roll-part.hbs b/templates/ui/chat/parts/roll-part.hbs index e687aad9..d702db91 100644 --- a/templates/ui/chat/parts/roll-part.hbs +++ b/templates/ui/chat/parts/roll-part.hbs @@ -5,7 +5,7 @@ {{#if roll.isCritical}} {{localize "DAGGERHEART.GENERAL.criticalShort"}} - {{else}}{{log @root}} + {{else}} {{#if (and roll.result (not roll.type "reaction"))}} {{localize "DAGGERHEART.GENERAL.withThing" thing=roll.result.label}} {{/if}}