Add hidden max-ac to facilitate token-bars

This commit is contained in:
Brandon Cornejo 2021-05-01 21:45:47 -05:00
parent 21b3e1ff2c
commit 99b16273dd

View File

@ -87,7 +87,10 @@
<!-- Hit Points -->
<span class="sheet-hp-span">AC</span>
<div class="sheet-ac-wrapper"><input class="sheet-stat-input sheet-ac-input" type="text" name="attr_ac" value="0"></div>
<div class="sheet-ac-wrapper">
<input class="sheet-stat-input sheet-ac-input" type="text" name="attr_ac" value="0">
<input class="sheet-stat-input sheet-hidden" type="text" name="attr_ac_max" value="@{ac}">
</div>
</div>
</div>
</div>