Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update M20.html
I haven't been able to get this one line right.  I think I got it this time.
  • Loading branch information
mantonyz committed Apr 12, 2016
1 parent d10c308 commit ef7bddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CWOD-M20/M20.html
Expand Up @@ -1076,7 +1076,7 @@ <h3 >Dice Pools</h3>
<option value="@{Other7}">Other Trait 7</option>
<option value="@{Other8}">Other Trait 8</option>
</select>
<button type='roll' name='roll_DP1Roll' class="DP" value="@{Whisper} &{template:generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle=Die Pool 1}} {{name=?{Description|Action}}} {{Successes=[[ ( @{DPAtt1}+@{DPAbi1}+@{Health}+?{DP Mod|0}} )d10s>?{Difficulty|6}f1 ]] }}"></button>
<button type="roll" name="roll_DP1Roll" class="DP" value="@{Whisper} &{template:generic} {{character_name=@{character_name}}} {{character_id=@{character_id}}} {{subtitle=Die Pool 1}} {{name=?{Description|Action}}} {{Successes=[[ ( @{DPAtt1}+@{DPAbi1}+@{Health}+?{DP Mod|0} )d10s>?{Difficulty|6}f1 ]] }}"></button>
</div>
<!-- DP2 -->
<div class="sheet-row">
Expand Down

0 comments on commit ef7bddc

Please sign in to comment.