fix parenthesis on d12

This commit is contained in:
Mark
2016-02-09 13:41:27 +01:00
parent 4b86a7a529
commit 5bf05b7abd
@@ -86,7 +86,7 @@
<input type="number" name="attr_hd_d12_max" readonly>
</div>
<div class="col-33 center">
<button type="roll" name="roll_hd_d12" class="bold" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d12}} {{roll_toggle=1}} {{only_roll_1=1}} {{roll1=[[d12 + @{constitution_mod}]]}} @{attacher_hit_dice}">
<button type="roll" name="roll_hd_d12" class="bold" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=Hit Dice (d12)}} {{roll_toggle=1}} {{only_roll_1=1}} {{roll1=[[d12 + @{constitution_mod}]]}} @{attacher_hit_dice}">
d12
</button>
</div>