diff --git a/CHANGELOG.md b/CHANGELOG.md index 2398247d..14e22e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Releases +## Version 3.0.54 (So far...) + +- The character sheet's power tab now has the dice icon for attack powers to initiate attacks. + ## Version 3.0.53 - Fix crash with Aid and Telekinesis powers during upload. [#474](https://github.com/dmdorman/hero6e-foundryvtt/issues/474) diff --git a/templates/actor/actor-sheet.hbs b/templates/actor/actor-sheet.hbs index 0beae675..65395cda 100644 --- a/templates/actor/actor-sheet.hbs +++ b/templates/actor/actor-sheet.hbs @@ -526,9 +526,14 @@ {{item.system.endEstimate}} - {{#if item.system.showToggle}} + {{#if (ne item.system.subType "attack")}} + {{#if item.system.showToggle}} + + {{/if}} + {{else}} + {{/if}}