Merge pull request #64 from Eldritch-Oliver/feature/haste-roll-shortcut
Added a button to roll for hasty turns in the Actor Stats sheet
This commit is contained in:
commit
a6047ff009
12 changed files with 169 additions and 18 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