Sync effetcts + initiative

This commit is contained in:
2022-01-28 11:41:19 +01:00
parent 68d7344e90
commit c9261a713a
12 changed files with 34 additions and 102 deletions

View File

@@ -23,9 +23,9 @@
{{#if specList}}
<div class="flexrow">
<span class="roll-dialog-label" >Specialisation : </span>
<span class="roll-dialog-label" >Spec Name : </span>
<select class="competence-base" id="specList" type="text" name="selectedSpec" value="{{selectedSpec}}" data-dtype="String">
{{#select selectedSpecIndex}}
{{#select selectedSpec}}
<option value="0">None</option>
{{#each specList as |spec idx|}}
<option value="{{spec._id}}">{{spec.name}}</option>