From a3d5defc3dca1173bf741237df99fecbbd54b60c Mon Sep 17 00:00:00 2001 From: QckSilverDragon Date: Sun, 15 Dec 2024 19:26:27 -0600 Subject: [PATCH] changed my mind. i like this better --- .../actor/_shared-partials/npc_special-abilities.hbs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/system/templates/actor/_shared-partials/npc_special-abilities.hbs b/system/templates/actor/_shared-partials/npc_special-abilities.hbs index c3f044b3..ca747209 100644 --- a/system/templates/actor/_shared-partials/npc_special-abilities.hbs +++ b/system/templates/actor/_shared-partials/npc_special-abilities.hbs @@ -1,7 +1,8 @@
    + {{> actor/pc/partials/perks }}
  1. - {{localize 'FALLOUT.UI.SPECIAL_ABILITY'}}/{{localize 'FALLOUT.TEMPLATES.PERK'}} + {{localize 'FALLOUT.UI.SPECIAL_ABILITY'}}
  2. - {{#each itemsByType.perk}} - {{> actor/_shared-partials/simple-expandable-item - item=this - basicControlsOnly=true - }} - {{/each}} {{#each itemsByType.special_ability}} {{> actor/_shared-partials/simple-expandable-item item=this