20Q added a summary
Some language refactoring Allow toggle even without editing perm Fix DnD on school rank with npc as they don't have it
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
{{#ifCond item.data.advancement_type '==' 'skill' }}
|
||||
<select name="data.skill" id="advancement_skill">
|
||||
<option value="">{{localize 'l5r5e.twenty_questions.choosef'}}</option>
|
||||
<option value="">{{localize 'l5r5e.twenty_questions.choose_one_skill'}}</option>
|
||||
{{#select item.data.skill}}
|
||||
{{#each item.data.skillsList as |skills catId|}}
|
||||
<optgroup label="{{localizeSkill catId 'title'}}">
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
{{/if}}
|
||||
</ul>
|
||||
{{#if item.data.data.description}}
|
||||
<div class="item-description item-description-{{item._id}}">{{ item.data.data.description }}</div>
|
||||
<div class="item-description item-description-{{item._id}}">{{{ item.data.data.description }}}</div>
|
||||
{{/if}}
|
||||
</li>
|
||||
Reference in New Issue
Block a user