Skip to content

Commit

Permalink
fix initiative rollable header
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Nov 21, 2020
1 parent e891410 commit ed21837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/parts/actor-health-armor.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</li>

<li class="attribute initiative">
<h4 class="attribute-name box-title">{{ localize "DND5E.Initiative" }}</h4>
<h4 class="attribute-name box-title rollable" data-action="rollInitiative">{{ localize "DND5E.Initiative" }}</h4>
<div class="attribute-value">
<span>{{numberFormat data.attributes.init.total decimals=0 sign=true}}</span>
</div>
Expand Down

0 comments on commit ed21837

Please sign in to comment.