mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 19:09: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) {
|
getResultCSS(result) {
|
||||||
const hasSuccess = result.success !== undefined;
|
const hasSuccess = result.success !== undefined;
|
||||||
const hasFailure = result.failure !== undefined;
|
const hasFailure = result.failure !== undefined;
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,6 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#each roll.dice}}
|
{{#each roll.dice}}
|
||||||
{{#each results}}
|
{{#each results}}
|
||||||
{{debug this}}
|
|
||||||
<div class="roll-die {{#unless (or @../first discarded)}} has-plus{{/unless}}">
|
<div class="roll-die {{#unless (or @../first discarded)}} has-plus{{/unless}}">
|
||||||
<div class="
|
<div class="
|
||||||
dice
|
dice
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue