diff --git a/module/dice/die/baseDie.mjs b/module/dice/die/baseDie.mjs index 4c684dd3..845bfc86 100644 --- a/module/dice/die/baseDie.mjs +++ b/module/dice/die/baseDie.mjs @@ -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; diff --git a/templates/ui/chat/parts/roll-part.hbs b/templates/ui/chat/parts/roll-part.hbs index 2c5c150a..5e4684e5 100644 --- a/templates/ui/chat/parts/roll-part.hbs +++ b/templates/ui/chat/parts/roll-part.hbs @@ -84,7 +84,6 @@ {{else}} {{#each roll.dice}} {{#each results}} - {{debug this}}