This commit is contained in:
WBHarry 2026-07-13 13:29:38 +02:00
parent f8ec7201ca
commit 553941e22f

View file

@ -2,10 +2,7 @@
<div class="roll-part-title"><span>{{title}}</span></div> <div class="roll-part-title"><span>{{title}}</span></div>
{{#if (eq action.type 'attack')}} {{#if (eq action.type 'attack')}}
{{#if (and needReload (eq automationSettings.reload 'auto'))}} {{#if needReload}}
<p class="roll-reload-container">{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p>
{{/if}}
{{#if (eq automationSettings.reload 'button')}}
<div class="roll-reload-container"> <div class="roll-reload-container">
{{#if needReload}} {{#if needReload}}
<p class='reload-warning'>{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p> <p class='reload-warning'>{{localize "DAGGERHEART.ACTIONS.Reload.reloadRequired"}}</p>