Skip to content

Commit

Permalink
Merge pull request #147 from sasquach45932/master
Browse files Browse the repository at this point in the history
Details are missing on the creature reference screen in some cases
  • Loading branch information
ClipplerBlood authored Dec 21, 2023
2 parents 5ae1fae + e2a9974 commit ba20998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/tabs/creature-reference.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
{{/if}}

<!-- SPECIAL ATTACKS -->
{{#if actor.weapons.length}}
{{#if actor.talents.length}}
<div class="dl-creature-section-header">
{{localize "DL.CreatureSpecialAttacks"}}
</div>
Expand All @@ -94,7 +94,7 @@
{{/if}}

<!-- SPECIAL ACTIONS -->
{{#if actor.weapons.length}}
{{#if actor.specialactions.length}}
<div class="dl-creature-section-header">
{{localize "DL.CreatureSpecialActions"}}
</div>
Expand Down Expand Up @@ -134,7 +134,7 @@
{{/if}}

<!-- END OF ROUND -->
{{#if actor.weapons.length}}
{{#if actor.endoftheround.length}}
<div class="dl-creature-section-header">
{{localize "DL.CreatureSpecialEndRound"}}
</div>
Expand Down

0 comments on commit ba20998

Please sign in to comment.