Dice/critical checks/tests

This commit is contained in:
Chris Ryan 2026-01-03 11:28:09 +10:00
parent 3a7fd0eb8b
commit 658eb1bb2d
2 changed files with 23 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export default class FateRoll extends D20Roll {
set dHope(faces) {
if (!(this.dice[0] instanceof foundry.dice.terms.Die)) this.createBaseDice();
this.terms[0].faces = this.getFaces(faces);
this.dice[0].faces = this.getFaces(faces);
// this.#hopeDice = `d${face}`;
}