Open zxaos opened 1 year ago
E.g. in the roll below, the dice were all 1s and 2s. However the result shown is for a value of 6+
Changing the macho text for the formula to:
let rollFormula = `${crewWanted}d6kh1`; if (rollFormula === "0d6kh1") { rollFormula = "2d6kl1"; }
resolves this
E.g. in the roll below, the dice were all 1s and 2s. However the result shown is for a value of 6+