diff --git a/templates/items/skill.hbs b/templates/items/skill.hbs index 189ad9df..c45a0c03 100644 --- a/templates/items/skill.hbs +++ b/templates/items/skill.hbs @@ -19,8 +19,8 @@ {{localize 'BW.skill.type'}} - - {{selectOptions skillTypes value=system.skilltype localize=true}} + + {{selectOptions skillTypes selected=system.skilltype localize=true}} {{localize 'BW.skill.restrictions'}} diff --git a/templates/parts/npc-stat.hbs b/templates/parts/npc-stat.hbs index 55fe7afb..af8ed564 100644 --- a/templates/parts/npc-stat.hbs +++ b/templates/parts/npc-stat.hbs @@ -5,7 +5,7 @@ {{#if attributeShadePath}} {{log this}} - {{selectOptions @root.shades selected=(concat "system." attributeShadePath)}} + {{selectOptions @root.shades selected=attributeShade}} {{/if}}