diff --git a/templates/ui/tooltip/loot.hbs b/templates/ui/tooltip/loot.hbs index 38e7cfb0..6bdfa647 100644 --- a/templates/ui/tooltip/loot.hbs +++ b/templates/ui/tooltip/loot.hbs @@ -1,7 +1,9 @@
-

{{item.name}}

-
{{{description}}}
+

{{item.name}}

+ {{#if description}} +
{{{description}}}
+ {{/if}} {{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions isAction=true label=(localize "DAGGERHEART.GENERAL.Action.plural") }}
\ No newline at end of file