diff --git a/templates/hud/tokenHUD.hbs b/templates/hud/tokenHUD.hbs index 58d13267..197b94f7 100644 --- a/templates/hud/tokenHUD.hbs +++ b/templates/hud/tokenHUD.hbs @@ -55,13 +55,27 @@ {{/if}} -
{{#each movementActions as |action|}} - {{#if action.icon}}{{/if}} {{action.label}} + + {{#if action.img}} + {{ action.label }} + {{else}} + + {{/if}} + {{action.label}} + {{/each}}