Fix class data

This commit is contained in:
2025-11-22 23:11:20 +01:00
parent 4a9f026a2a
commit a260a9d7e0
30 changed files with 86 additions and 130 deletions
-2
View File
@@ -53,7 +53,6 @@
<legend>{{localize "PRISMRPG.Label.classFeatures"}}</legend>
{{#each system.features as |feature level|}}
<div class="form-group">
<label>{{localize "PRISMRPG.Label.level"}} {{inc @key}}</label>
{{formInput
(lookup ../systemFields.features.fields @key)
@@ -62,7 +61,6 @@
name=(concat "system.features." @key)
toggled=true
}}
</div>
{{/each}}
</fieldset>