mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fixed so Adversary features can be sent to chat. Fixed so ability-card.hbs works again (#525)
This commit is contained in:
parent
1df0852df3
commit
af40f9d712
7 changed files with 28 additions and 26 deletions
|
|
@ -15,8 +15,8 @@
|
|||
<div class="description">{{{description}}}</div>
|
||||
</details>
|
||||
<footer class="ability-card-footer">
|
||||
{{#each actions as |action index|}}
|
||||
<button class="ability-use-button" data-index="{{index}}">
|
||||
{{#each actions as |action|}}
|
||||
<button class="ability-use-button" id="{{action.id}}">
|
||||
{{action.name}}
|
||||
</button>
|
||||
{{#if action.cost.value}}<div class="ability-card-action-cost">{{action.cost.value}} {{action.cost.type}}</div>{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue