Various fixes and changes based on tester feedback
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<label class="proficiency-option">
|
||||
<input type="checkbox" name="system.armorProficiency"
|
||||
value="{{key}}"
|
||||
{{#if (includes system.armorProficiency key)}}checked{{/if}}>
|
||||
{{#if (includes ../system.armorProficiency key)}}checked{{/if}}>
|
||||
{{localize label}}
|
||||
</label>
|
||||
{{/each}}
|
||||
@@ -26,7 +26,7 @@
|
||||
<label class="proficiency-option">
|
||||
<input type="checkbox" name="system.weaponProficiency"
|
||||
value="{{key}}"
|
||||
{{#if (includes system.weaponProficiency key)}}checked{{/if}}>
|
||||
{{#if (includes ../system.weaponProficiency key)}}checked{{/if}}>
|
||||
{{localize label}}
|
||||
</label>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user