mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
.
This commit is contained in:
parent
f8ec7201ca
commit
553941e22f
1 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
|||
<div class="roll-part-title"><span>{{title}}</span></div>
|
||||
|
||||
{{#if (eq action.type 'attack')}}
|
||||
{{#if (and needReload (eq automationSettings.reload 'auto'))}}
|
||||
<p class="roll-reload-container">{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p>
|
||||
{{/if}}
|
||||
{{#if (eq automationSettings.reload 'button')}}
|
||||
{{#if needReload}}
|
||||
<div class="roll-reload-container">
|
||||
{{#if needReload}}
|
||||
<p class='reload-warning'>{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue