Fix typo
This commit is contained in:
parent
9c1d2f081a
commit
bafb770178
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export class DS4Check extends DiceTerm {
|
||||||
|
|
||||||
this.number = getRequiredNumberOfDice(this.checkTargetNumber);
|
this.number = getRequiredNumberOfDice(this.checkTargetNumber);
|
||||||
|
|
||||||
// Parse and store minimumCoupResult and maximumFumbleResult
|
// Parse and store maximumCoupResult and minimumFumbleResult
|
||||||
const coupFumbleModifier = this.modifiers.filter((m) => m[0] === "c")[0];
|
const coupFumbleModifier = this.modifiers.filter((m) => m[0] === "c")[0];
|
||||||
const cfmRgx = new RegExp("c([0-9]+)?,([0-9]+)?");
|
const cfmRgx = new RegExp("c([0-9]+)?,([0-9]+)?");
|
||||||
const cfmMatch = coupFumbleModifier?.match(cfmRgx);
|
const cfmMatch = coupFumbleModifier?.match(cfmRgx);
|
||||||
|
|
Loading…
Reference in a new issue