Skip to content

Commit

Permalink
Fix reference to unarmored defense in class sheet (foundryvtt#14892)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed May 30, 2024
1 parent 8eec3b1 commit 7ca0d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/items/class-details.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="form-group">
<label>{{localize "PF2E.Actor.Character.Proficiency.Defense.Unarmored"}}</label>
<select name="system.defenses.unarmored" data-dtype="Number">
{{selectOptions proficiencyChoices selected=data.defenses.unarmed localize=true}}
{{selectOptions proficiencyChoices selected=data.defenses.unarmored localize=true}}
</select>
</div>
</fieldset>
Expand Down

0 comments on commit 7ca0d7d

Please sign in to comment.