Corrected CombatTracker flexing

This commit is contained in:
WBHarry 2025-06-07 00:12:02 +02:00
parent aa8fe6a7a1
commit 57fdf9e07d

View file

@ -1,4 +1,4 @@
<div>
<div class="combat-tracker">
{{> 'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.General.Character.Plural") turns=this.characters}}
{{> 'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.General.Adversary.Plural") turns=this.adversaries}}
</div>