Skip to content

Commit

Permalink
Fixed incorrect Stat references
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher0n3 committed Apr 12, 2017
1 parent a4c07ef commit 112ebe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BESM-3e/besm3e.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<div class="sheet-table-row">
<div class="sheet-table-cell sheet-cell-15"><button type='roll' name='roll_skill' value='/em @{Name} rolls Body [[{2d6+@{Body}+?{Modifier|0}}]].'> Body</button></div>
<div class="sheet-table-cell sheet-cell-10"><input type="number" name="attr_Body" value="1" /></div>
<div class="sheet-table-cell sheet-cell-15"><button type='roll' name='roll_skill' value='/em @{Name} rolls Mind [[{2d6+@{Body}+?{Modifier|0}}]].'> Mind</button></div>
<div class="sheet-table-cell sheet-cell-15"><button type='roll' name='roll_skill' value='/em @{Name} rolls Mind [[{2d6+@{Mind}+?{Modifier|0}}]].'> Mind</button></div>
<div class="sheet-table-cell sheet-cell-10"><input type="number" name="attr_Mind" value="1" /></div>
<div class="sheet-table-cell sheet-cell-15"><button type='roll' name='roll_skill' value='/em @{Name} rolls Soul [[{2d6+@{Body}+?{Modifier|0}}]].'> Soul</button></div>
<div class="sheet-table-cell sheet-cell-15"><button type='roll' name='roll_skill' value='/em @{Name} rolls Soul [[{2d6+@{Soul}+?{Modifier|0}}]].'> Soul</button></div>
<div class="sheet-table-cell sheet-cell-10"><input type="number" name="attr_Soul" value="1" /></div>
<div class="sheet-table-cell sheet-cell-15">&nbsp;</div>
<div class="sheet-table-cell sheet-cell-a">&nbsp;</div>
Expand Down

0 comments on commit 112ebe3

Please sign in to comment.