Skip to content

Commit c0d65bc

Browse files
committed
fix: Make attribute dropdown actually preselect current attribute base value
1 parent da1e8e8 commit c0d65bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/actor/partials/actor-attributes.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name="system.attributes.{{ key }}.base"
1010
{{#if (lookup (lookup @root.actor.overrides.system.attributes key) "base")}}disabled
1111
data-tooltip="{{localize "FU.DisabledByActiveEffect"}}"{{/if}}>
12-
{{selectOptions @root.FU.attributeDice localize=true}}
12+
{{selectOptions @root.FU.attributeDice selected=attribute.base localize=true}}
1313
</select>
1414
<label class="ability-mod">
1515
<span class="resource-label-m">{{ attribute.current }}</span>

0 commit comments

Comments
 (0)