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

@ -206,7 +206,7 @@
<span class="predilection-text">
{{#each skill.system.predilections as |pred key|}}
{{#if pred.acquise}}
{{#if (and pred.acquise (not pred.used))}}
{{pred.name}},
{{/if}}
{{/each}}