Fixed so that players rolling reactions will update the message

This commit is contained in:
WBHarry 2025-12-22 01:00:49 +01:00
parent 99d0eab5bd
commit a1f9d597ed
5 changed files with 12 additions and 9 deletions

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}}