This commit is contained in:
WBHarry 2026-07-19 12:16:19 +02:00
parent 274b99d8c6
commit 2b9e21bd53
5 changed files with 12 additions and 7 deletions

View file

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