Combat initiativ
This commit is contained in:
@ -110,7 +110,12 @@
|
||||
<a class="combatant-control roll score" aria-label="{{localize 'COMBAT.InitiativeRoll'}}" role="button"
|
||||
data-tooltip="COMBAT.InitiativeRoll" data-control="rollInitiative"></a>
|
||||
{{/if}}
|
||||
<span class="initiative">{{this.progressionCount}}</span>
|
||||
|
||||
{{#if this.isMonster}}
|
||||
<span class="initiative">-</span>
|
||||
{{else}}
|
||||
<span class="initiative" data-tooltip="Current max. progression counter">{{this.progressionCount}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
Reference in New Issue
Block a user