Various fixes and changes based on tester feedback

This commit is contained in:
2026-03-17 13:50:32 +01:00
parent 92ba9c3501
commit 000bf348a6
29 changed files with 1450 additions and 192 deletions

View File

@@ -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}}