mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user