mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 21:22:34 +00:00
fixed the d6 roller
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user