We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1e8e8 commit c0d65bcCopy full SHA for c0d65bc
templates/actor/partials/actor-attributes.hbs
@@ -9,7 +9,7 @@
9
name="system.attributes.{{ key }}.base"
10
{{#if (lookup (lookup @root.actor.overrides.system.attributes key) "base")}}disabled
11
data-tooltip="{{localize "FU.DisabledByActiveEffect"}}"{{/if}}>
12
- {{selectOptions @root.FU.attributeDice localize=true}}
+ {{selectOptions @root.FU.attributeDice selected=attribute.base localize=true}}
13
</select>
14
<label class="ability-mod">
15
<span class="resource-label-m">{{ attribute.current }}</span>
0 commit comments