From 8e3564e0e12c3c3fbce9969a65d75c1192f49c25 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 3 Aug 2025 20:39:32 +0200 Subject: [PATCH] Fixed so CostSelection is always in the RollSelection --- templates/dialogs/dice-roll/rollSelection.hbs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/dialogs/dice-roll/rollSelection.hbs b/templates/dialogs/dice-roll/rollSelection.hbs index e517bc6d..24df813a 100644 --- a/templates/dialogs/dice-roll/rollSelection.hbs +++ b/templates/dialogs/dice-roll/rollSelection.hbs @@ -136,11 +136,12 @@ {{#if (eq @root.rollType 'DualityRoll')}}{{localize "DAGGERHEART.GENERAL.situationalBonus"}}{{/if}} - {{#if (or costs uses)}} - {{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}} - {{/if}} {{/unless}} + {{#if (or costs uses)}} + {{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}} + {{/if}} + {{localize "DAGGERHEART.GENERAL.formula"}}: {{@root.formula}}