Skip to content

Commit

Permalink
changed my mind. i like this better
Browse files Browse the repository at this point in the history
  • Loading branch information
QckSilverDragon committed Dec 16, 2024
1 parent 5fa4c14 commit a3d5def
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<ol class="items-list">
{{> actor/pc/partials/perks }}
<li class="consumable flexrow items-header">
<div class="flexrow flexlarge item-name upperC">
{{localize 'FALLOUT.UI.SPECIAL_ABILITY'}}/{{localize 'FALLOUT.TEMPLATES.PERK'}}
{{localize 'FALLOUT.UI.SPECIAL_ABILITY'}}
</div>
<div class="item-controls">
<a
Expand All @@ -20,12 +21,6 @@
</a>
</div>
</li>
{{#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
Expand Down

0 comments on commit a3d5def

Please sign in to comment.