Fixed so that players rolling reactions will update the message (#1455)

This commit is contained in:
WBHarry 2025-12-22 14:34:43 +01:00 committed by GitHub
parent 659f73116a
commit 16f6fa98a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 11 deletions

View file

@ -2,7 +2,7 @@
<div class="dialog-header-inner">
<h1>
{{#if reactionOverride}}
{{localize "DAGGERHEART.CONFIG.ActionType.reaction"}}
{{localize "DAGGERHEART.CONFIG.FeatureForm.reaction"}}
{{else}}
{{ifThen rollConfig.headerTitle rollConfig.headerTitle rollConfig.title}}
{{/if}}

View file

@ -136,7 +136,7 @@
{{localize (concat 'DAGGERHEART.ACTIONS.TYPES.' item.type '.name')}}
</div>
<div class="tag">
{{localize (concat 'DAGGERHEART.CONFIG.ActionType.' item.actionType)}}
{{localize (concat 'DAGGERHEART.CONFIG.FeatureForm.' item.actionType)}}
</div>
</div>
{{/if}}
@ -146,7 +146,7 @@
{{localize 'DAGGERHEART.GENERAL.unarmed'}}
</div>
<div class="tag">
{{localize 'DAGGERHEART.CONFIG.ActionType.action'}}
{{localize 'DAGGERHEART.CONFIG.FeatureForm.action'}}
</div>
</div>
{{/if}}