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
|
|
@ -12,8 +12,8 @@
|
|||
{{localize "dotdungeon.item.spell.cost.label"}}
|
||||
<input
|
||||
type="number"
|
||||
name="system.cost"
|
||||
value="{{system.cost}}"
|
||||
name="system.usage_cost"
|
||||
value="{{system.usage_cost}}"
|
||||
aria-label="{{localize "dotdungeon.item.spell.aria.cost"}}"
|
||||
>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue