mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
[Fix] PrayerDice Fixed (#799)
* Fixed prayer dice, and wheelchair images * Fixed -settings data sources
This commit is contained in:
parent
6acb6c16c7
commit
5359455050
22 changed files with 87 additions and 87 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<fieldset>
|
||||
<legend>{{localize tabs.experiences.label}}</legend>
|
||||
<ul class="experience-list">
|
||||
{{#each document.system.experiences as |experience key|}}
|
||||
{{#each document._source.system.experiences as |experience key|}}
|
||||
<li class="experience-item">
|
||||
<div class="experience-inner-item">
|
||||
<input class="name" type="text" name="system.experiences.{{key}}.name" value="{{experience.name}}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue