Add an action button for Haste checks in the Stats card UI
This commit is contained in:
parent
59c66c20a1
commit
6e77bdd949
2 changed files with 15 additions and 0 deletions
|
|
@ -12,7 +12,15 @@
|
|||
class="hero_name row-alt"
|
||||
value="{{actor.name}}"
|
||||
name="name"
|
||||
autocomplete="off"
|
||||
>
|
||||
<div class="action-row">
|
||||
<button
|
||||
data-action="rollForHaste"
|
||||
>
|
||||
Haste Check
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{{!-- * Armour --}}
|
||||
<div class="armour">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue