Fix CSS issues and add omen re-roll function
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<label>{{localize "MGNE.RollDialog.Modifier"}}</label>
|
||||
<select name="modifier">
|
||||
{{#each modifierOptions}}
|
||||
<option value="{{value}}" {{#if (isEqual value 0)}}selected{{/if}}>{{label}}</option>
|
||||
<option value="{{value}}" {{#if (isEqual value ../modifier)}}selected{{/if}}>{{label}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user