fixed the d6 roller

This commit is contained in:
Cassie
2018-11-30 18:04:19 -06:00
parent 89d82e1420
commit f47e2ce86b
+1 -1
View File
@@ -15,7 +15,7 @@
<input type="checkbox" name="attr_wound_toggle" value="@{wounds}" checked="checked" title="@{wound_toggle}" /><span data-i18n="wounds">Wounds</span>
<input type="checkbox" name="attr_modifier_toggle" value="?{Modifiers +/-|0}" title="@{modifier_toggle}" /><span data-i18n="modifiers">Modifiers</span>
<input type="checkbox" name="attr_edge_toggle" value="@{edge}" title="@{edge_toggle}"/><span data-i18n="edge">Edge</span>
<button type='roll' value="@{gm_toggle} &{template:sRun}{{header=Dice Roll}}{{base=Rolling dice}}{{dice=[[(?{Base d6s|0}" title="Roll D6s"><span class="d6">L</span></button>
<button type='roll' value="@{gm_toggle} &{template:sRun}{{header=Dice Roll}}{{base=Rolling dice}}{{dice=[[(?{Base d6s|0})]]}}" title="Roll D6s"><span class="d6">L</span></button>
</div>
<div class="tab-col">
<input type="radio" name="attr_tab" value="core" title="Core Sheet" /><span data-i18n="core">Core</span>