Update with minor fixes/updates
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
{{#each weaponsList as |weapon idx|}}
|
||||
<li class="flex-group-left">
|
||||
<label class="attribute-value checkbox"><input type="checkbox" class="weapon-clicked" id="weapon-{{idx}}" data-weapon-idx="{{idx}}" {{checked weapon.applied}}/></label>
|
||||
<label class="generic-label padd-right">{{weapon.label}}</label>
|
||||
<label class="generic-label padd-right">{{weapon.label}} ({{weapon.damageDice}})</label>
|
||||
</li>
|
||||
{{/each}}
|
||||
|
||||
|
Reference in New Issue
Block a user