mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 18:39:55 +02:00
Fix invalid debug helper and fix jsdoc comment
This commit is contained in:
parent
c711fb7321
commit
964e4ac7dd
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ export default class BaseDie extends foundry.dice.terms.Die {
|
|||
}
|
||||
}
|
||||
|
||||
/** @override */
|
||||
/** @inheritDoc */
|
||||
getResultCSS(result) {
|
||||
const hasSuccess = result.success !== undefined;
|
||||
const hasFailure = result.failure !== undefined;
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@
|
|||
{{else}}
|
||||
{{#each roll.dice}}
|
||||
{{#each results}}
|
||||
{{debug this}}
|
||||
<div class="roll-die {{#unless (or @../first discarded)}} has-plus{{/unless}}">
|
||||
<div class="
|
||||
dice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue