Make the spell cost correctly save / render
This commit is contained in:
parent
0c211be7dc
commit
4a3523d6cf
2 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<summary data-collapse-id="{{spell.uuid}}">
|
||||
<span class="flex-grow" style="flex-grow: 1">
|
||||
{{spell.name}}
|
||||
{{#if (defined spell.system.cost)}}
|
||||
{{localize "dotdungeon.actor.pc.spells.title.cost" cost=spell.system.cost}}
|
||||
{{#if (defined spell.system.usage_cost)}}
|
||||
{{localize "dotdungeon.actor.pc.spells.title.cost" cost=spell.system.usage_cost}}
|
||||
{{/if}}
|
||||
</span>
|
||||
</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue