mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51: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}}
|
||||
</strong>
|
||||
|
||||
<div class="encounter-battlepoints" data-tooltip="#battlepoints#" data-combat-id="{{combat.id}}">
|
||||
{{battlepoints.current}}/{{battlepoints.max}} BP{{#if battlepoints.hasModifierBP}}*{{/if}}
|
||||
</div>
|
||||
{{#if (and combats.length user.isGM)}}
|
||||
<div class="encounter-battlepoints" data-tooltip="#battlepoints#" data-combat-id="{{combat.id}}">
|
||||
{{battlepoints.current}}/{{battlepoints.max}} BP{{#if battlepoints.hasModifierBP}}*{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{!-- Combat Controls --}}
|
||||
<div class="inner-controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue