mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-08 08:02:36 +00:00
fix parenthesis on d12
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user