From 76f083d82f1290a3d25e9300d1a1169e4e1f50df Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Wed, 29 May 2024 12:05:10 +0100 Subject: [PATCH] closes #71 --- CHANGELOG.md | 1 + system/templates/actor/parts/npc-abilities.hbs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ce240..10677e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/system/templates/actor/parts/npc-abilities.hbs b/system/templates/actor/parts/npc-abilities.hbs index 7a38876..39f1ff3 100644 --- a/system/templates/actor/parts/npc-abilities.hbs +++ b/system/templates/actor/parts/npc-abilities.hbs @@ -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}}