Skip to content

Commit

Permalink
Follow previous pattern instead of using wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantocyclus authored Nov 20, 2024
1 parent 4273a19 commit 86e72ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/2017/MummingTrunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { get } from "../../property.js";
import { notNull } from "../../utils.js";
import { isNumericModifier } from "../../modifier.js";

const MUMMERY_MODS_PATTERN = /\[(\d*)\*fam\((.*)\)/;
const MUMMERY_MODS_PATTERN = /\[(\d*)\*fam\(([^)]*)\)/;
/**
* Parses the _mummeryMods preference into a Map for easier use.
*
Expand Down

0 comments on commit 86e72ad

Please sign in to comment.