Update sheet again...

This commit is contained in:
2025-01-20 18:53:23 +01:00
parent 4739b90e29
commit b0d61ef626
28 changed files with 105 additions and 71 deletions

View File

@ -106,6 +106,10 @@
<div class="token-initiative flexrow">
{{#if this.hasRolled}}
<span class="initiative">{{this.initiative}}</span>
{{#if this.owner}}
<a data-action="initiativePlus" class="initiative-plus" data-combatant-id="{{this.id}}"><i class="fa-solid fa-hexagon-plus"></i></a>
<a data-action="initiativeMinus" class="initiative-minus" data-combatant-id="{{this.id}}"><i class="fa-solid fa-hexagon-minus"></i></a>
{{/if}}
{{else if this.owner}}
<a class="combatant-control roll score" aria-label="{{localize 'COMBAT.InitiativeRoll'}}" role="button"
data-tooltip="COMBAT.InitiativeRoll" data-control="rollInitiative"></a>