mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Corrected the data path for showing the difficulty marker in roll chat messages
This commit is contained in:
parent
d3141059ac
commit
ede953dd96
1 changed files with 3 additions and 7 deletions
|
|
@ -12,13 +12,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{{#if roll.difficulty}}
|
{{#if roll.options.roll.difficulty}}
|
||||||
<span class="roll-difficulty{{#unless roll.success}} is-miss{{/unless}}">
|
<span class="roll-difficulty{{#unless roll.options.roll.success}} is-miss{{/unless}}">
|
||||||
{{!-- {{#if canViewSecret}} --}}
|
{{localize "DAGGERHEART.GENERAL.difficulty"}} {{roll.options.roll.difficulty}}
|
||||||
difficulty {{roll.difficulty}}
|
|
||||||
{{!-- {{else}}
|
|
||||||
{{localize (ifThen roll.success "DAGGERHEART.GENERAL.success" "DAGGERHEART.GENERAL.failure")}}
|
|
||||||
{{/if}} --}}
|
|
||||||
</span>
|
</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue