Skip to content

Commit

Permalink
closes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed May 29, 2024
1 parent ea3a891 commit 76f083d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Bugfix
- [#65] Fix un-localized strings in Actor abilities template
- [#71] Skill localization not working on NPCs
- [#73] Typo in max stress calculation meant Will+Resilience not used when it should

## Chores
Expand Down
2 changes: 1 addition & 1 deletion system/templates/actor/parts/npc-abilities.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
class="item-name clickable roll-skill"
data-item-id="{{item._id}}"
>
{{item.name}} {{item.system.value}}
{{item.localizedName}} {{item.system.value}}
</label>
</span>
<label class="skill-focuses" for="">
Expand Down

0 comments on commit 76f083d

Please sign in to comment.