mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Changing the title so it's more clear you've switched to a reaction roll (#708)
This commit is contained in:
parent
0c0d419be1
commit
cfbc2e72ff
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
<header class="dialog-header">
|
<header class="dialog-header">
|
||||||
<h1>
|
<h1>
|
||||||
|
{{#if reactionOverride}}
|
||||||
|
{{localize "DAGGERHEART.CONFIG.ActionType.reaction"}}
|
||||||
|
{{else}}
|
||||||
{{ifThen rollConfig.headerTitle rollConfig.headerTitle rollConfig.title}}
|
{{ifThen rollConfig.headerTitle rollConfig.headerTitle rollConfig.title}}
|
||||||
|
{{/if}}
|
||||||
{{#if showReaction}}
|
{{#if showReaction}}
|
||||||
<button class="reaction-roll-controller {{#if reactionOverride}}active{{/if}}" data-action="toggleReaction" data-tooltip-text="{{localize "DAGGERHEART.GENERAL.reactionRoll"}}">
|
<button class="reaction-roll-controller {{#if reactionOverride}}active{{/if}}" data-action="toggleReaction" data-tooltip-text="{{localize "DAGGERHEART.GENERAL.reactionRoll"}}">
|
||||||
<i class="fa-solid fa-reply"></i>
|
<i class="fa-solid fa-reply"></i>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue