mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed GM-only visibility
This commit is contained in:
parent
54704c3cb2
commit
48cd61c680
1 changed files with 5 additions and 3 deletions
|
|
@ -64,9 +64,11 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</strong>
|
</strong>
|
||||||
|
|
||||||
<div class="encounter-battlepoints" data-tooltip="#battlepoints#" data-combat-id="{{combat.id}}">
|
{{#if (and combats.length user.isGM)}}
|
||||||
{{battlepoints.current}}/{{battlepoints.max}} BP{{#if battlepoints.hasModifierBP}}*{{/if}}
|
<div class="encounter-battlepoints" data-tooltip="#battlepoints#" data-combat-id="{{combat.id}}">
|
||||||
</div>
|
{{battlepoints.current}}/{{battlepoints.max}} BP{{#if battlepoints.hasModifierBP}}*{{/if}}
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{!-- Combat Controls --}}
|
{{!-- Combat Controls --}}
|
||||||
<div class="inner-controls">
|
<div class="inner-controls">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue