Changed npc.motives to be a simple string field

This commit is contained in:
WBHarry 2026-05-31 00:38:54 +02:00
parent 0b9c4500fa
commit a728760de0
5 changed files with 5 additions and 15 deletions

View file

@ -32,8 +32,8 @@
<i>{{{description}}}</i>
</span>
<div class="motives-and-tactics">
<b>{{localize 'DAGGERHEART.ACTORS.NPC.FIELDS.motives.label'}}</b>
{{{source.system.motives}}}
<b>{{localize 'DAGGERHEART.ACTORS.NPC.FIELDS.motives.label'}}: </b>
{{source.system.motives}}
</div>
</div>
</div>