Fix invalid debug helper and fix jsdoc comment

This commit is contained in:
Carlos Fernandez 2026-07-21 22:46:06 -04:00
parent c711fb7321
commit 964e4ac7dd
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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