Fixed Ranged Combat Sections

Fixed bug where Ranged Combat Sections would only create one section. This stemmed from having an additional underscore in the repeating sections attribute name.
This commit is contained in:
generalripphook
2020-06-14 09:43:44 -04:00
committed by GitHub
parent 731ae99eaa
commit eda2f0ef4f
+2 -2
View File
@@ -1004,10 +1004,10 @@ on("change:skill_dice_switch sheet:opened", function() {
<div class="sheet-col-1-16 sheet-vert-bottom">Attack with -4</div>
<div class="sheet-col-1-16 sheet-vert-bottom">Attack with -6</div>
<div class="sheet-col-1-16 sheet-vert-bottom">Attack with -8</div>
<div class="sheet-col-1-16 sheet-vert-bottom"> Damage</div>
<div class="sheet-col-1-16 sheet-vert-bottom">Damage</div>
</div>
<hr />
<fieldset class="repeating_ranged_weapon">
<fieldset class="repeating_rangedweapon">
<div class="sheet-row sheet-stat-row sheet-padl">
<div class="sheet-col-3-16"><input type="text" name="attr_weapon"/></div>
<div class="sheet-col-1-8" title="Only enter the base damage roll here without any bonuses from stats or other sources"><input type="text" name="attr_weapon_base_damage"/></div>