mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
[BUG] - Combat Tracker d12 logo not found (#812)
Fixes #764 Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
This commit is contained in:
parent
3106b0d5d1
commit
b68d2e9ec2
1 changed files with 12 additions and 0 deletions
|
|
@ -51,6 +51,18 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="encounter-controls {{#if hasCombat}}combat{{/if}}">
|
<div class="encounter-controls {{#if hasCombat}}combat{{/if}}">
|
||||||
|
{{#if hasCombat}}
|
||||||
|
<div class="encounter-fear-controls">
|
||||||
|
<div class="encounter-fear-dice-container">
|
||||||
|
<div class="encounter-control-fear-container">
|
||||||
|
<div class="dice d12"></div>
|
||||||
|
<i class="fas fa-skull encounter-control-fear"></i>
|
||||||
|
</div>
|
||||||
|
<div>{{fear}}</div>
|
||||||
|
</div>
|
||||||
|
<a class="encounter-countdowns" data-tooltip="{{localize "DAGGERHEART.APPLICATIONS.Countdown.title" type=(localize "DAGGERHEART.APPLICATIONS.Countdown.types.encounter")}}" data-action="openCountdowns"><i class="fa-solid fa-stopwatch"></i></a>
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
{{!-- Combat Status --}}
|
{{!-- Combat Status --}}
|
||||||
<strong class="encounter-title">
|
<strong class="encounter-title">
|
||||||
{{#if combats.length}}
|
{{#if combats.length}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue