Fixed so CostSelection is always in the RollSelection (#551)

This commit is contained in:
WBHarry 2025-08-03 20:41:51 +02:00 committed by GitHub
parent 79c69ee3b0
commit 4e5a7d7bc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,10 +136,11 @@
{{#if (eq @root.rollType 'DualityRoll')}}<span class="formula-label">{{localize "DAGGERHEART.GENERAL.situationalBonus"}}</span>{{/if}}
<input type="text" value="{{extraFormula}}" name="extraFormula" placeholder="{{#if (eq @root.rollType 'DualityRoll')}}Ex: 1d6 + 5{{else}}Situational Bonus{{/if}}">
</fieldset>
{{/unless}}
{{#if (or costs uses)}}
{{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}}
{{/if}}
{{/unless}}
<span class="formula-label"><b>{{localize "DAGGERHEART.GENERAL.formula"}}:</b> {{@root.formula}}</span>