Skip to content

Commit

Permalink
Fixed harm roll
Browse files Browse the repository at this point in the history
  • Loading branch information
ughjonnjonzz authored Jul 20, 2020
1 parent 4f2ddb5 commit c825941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AW2E-Burned-Over/apocalypse-world-burned-over.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
<label class="sheet-harm sheet-section-title"><span data-i18n="harm">Harm</span>:</label>
<div class="sheet-roll-box sheet-cf">
<label class="sheet-buttonLbl"><span data-i18n="suffer-harm">suffer harm</span>:</label>
<button type='roll' value='&{template:aw} {{name=@{character_name}}} {{roll_name=^{harm}}} {{result=[[2d6 + ?{Harm |0|1|2|3|4|5}]]}}' name='roll_harm'></button>
<button type='roll' value='&{template:aw} {{name=@{character_name}}} {{roll_name=^{harm}}} {{result=[[2d6 - ?{Harm |0|1|2|3|4|5}]]}}' name='roll_harm'></button>
</div>

<div class="sheet-harm-section">
Expand Down

0 comments on commit c825941

Please sign in to comment.