This commit is contained in:
WBHarry 2026-06-01 10:12:42 +02:00
parent c8d0df87c8
commit a5dc270dce
4 changed files with 31 additions and 38 deletions

View file

@ -31,10 +31,12 @@
<span class="description">
<i>{{{description}}}</i>
</span>
<div class="motives-and-tactics">
<b>{{localize 'DAGGERHEART.ACTORS.NPC.FIELDS.motives.label'}}: </b>
{{source.system.motives}}
</div>
{{#if source.system.motives}}
<div class="motives-and-tactics">
<b>{{localize 'DAGGERHEART.ACTORS.NPC.FIELDS.motives.label'}}: </b>
{{source.system.motives}}
</div>
{{/if}}
</div>
</div>
</header>