finding and fixing bugs. (#88)

This commit is contained in:
IrkTheImp 2025-05-31 03:53:47 -05:00 committed by GitHub
parent e57db2fdc8
commit d34272a301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 69 additions and 20 deletions

View file

@ -10,6 +10,7 @@
<button class="ability-use-button" data-index="{{index}}">
{{action.name}}
</button>
{{#if action.cost.value}}<div class="ability-card-action-cost">{{action.cost.value}} {{action.cost.type}}</div>{{/if}}
{{/each}}
</footer>
</div>