v0.0.6
Version 0.0.6 Fixed rolling of rituals Fixed skill dialog for rituals Fixed chat message for rituals Fixed chat message for opposed spell rolls Co-Authored-By: erebus <erebus@rikspolisen.se> Co-Committed-By: erebus <erebus@rikspolisen.se>
This commit was merged in pull request #6.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<div id="{{id}}" class="roll-dialog">
|
||||
{{#if skillName}}
|
||||
<h1 style="text-align: center;">{{localize skillName}} ({{skillValue}})</h1>
|
||||
{{else}}
|
||||
<h1 style="text-align: center;">{{name}}</h1>
|
||||
{{/if}}
|
||||
<div class="flexrow" style="margin-bottom: 10px;">
|
||||
<label style="margin: auto;">{{localize "ROLL.OPENCLOSE"}}</label>
|
||||
<input type="button" name="openclosed" min="0" value="{{startopen}}" style="min-height: 30px; min-width: 45px;" />
|
||||
|
||||
Reference in New Issue
Block a user