Predilections et warning

This commit is contained in:
2023-12-21 21:02:11 +01:00
parent 71c1e1cd29
commit c331604393
5 changed files with 30 additions and 27 deletions

View File

@ -86,8 +86,11 @@
{{#each predilections as |pred key|}}
<li>
<button class="chat-card-button predilection-reroll" data-predilection-index="{{key}}">Predilection :
{{pred.name}}</button>
{{#if (and (and pred.acquise (not pred.maitrise)) (not pred.used))}}
<button class="chat-card-button predilection-reroll" data-predilection-index="{{key}}">Predilection :
{{pred.name}}
</button>
{{/if}}
</li>
{{/each}}