Skip to content

Commit

Permalink
Forgot to remove the energy counter
Browse files Browse the repository at this point in the history
Forgot to remove the energy counter on repeating armors
  • Loading branch information
KPhan1212 authored Oct 30, 2021
1 parent 648ed1e commit 123b0bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Basic_Roleplaying/Basic_Roleplaying.html
Original file line number Diff line number Diff line change
Expand Up @@ -1627,10 +1627,9 @@ <h3 style="text-align: center; color: #FFF; background-color: #000;">Armor, Shie
<fieldset class="repeating_ armors">
<table>
<tr>
<td><input style="width:125px" type="text" name="attr_armor_name1" /></td>
<td><input style="width:175px" type="text" name="attr_armor_name1" /></td>
<td ><input style="width:60px" type="text" name="attr_armor_value1" /></td>
<td><input type="number" name="attr_armor_skill_penalty1" /></td>
<td><input type="number" name="attr_armor_energy_points1" /></td>
<td style="text-align:center"><button type="roll" value="Armor deflects [[@{armor_value1}]] pts" /></td>
</tr>
</table>
Expand Down

0 comments on commit 123b0bc

Please sign in to comment.