add spotlight requests section to combat tracker

This commit is contained in:
IrkTheImp 2025-10-17 22:00:30 -05:00
parent 66218ff943
commit 5b4efdbb78
3 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,7 @@
<div class="combat-tracker">
{{#if (gt this.spotlightRequests.length 0)}}
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.SpotlightRequests.plural") turns=this.spotlightRequests}}
{{/if}}
{{#if (gt this.characters.length 0)}}
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.Character.plural") turns=this.characters}}
{{/if}}