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) {
const hasSuccess = result.success !== undefined;
const hasFailure = result.failure !== undefined;