This commit is contained in:
Johannes Loher 2021-06-30 05:00:23 +02:00
parent 650cbe7310
commit 76f42fe280
3 changed files with 29 additions and 18 deletions

View file

@ -7,7 +7,7 @@ import { DS4Check } from "./check";
export default function registerSlayingDiceModifier(): void {
PoolTerm.MODIFIERS.x = slay;
PoolTerm.POOL_REGEX = /^{([^}]+)}([A-z]([A-z0-9<=>]+)?)?$/;
// PoolTerm.POOL_REGEX = /^{([^}]+)}([A-z]([A-z0-9<=>]+)?)?$/; // TODO: Maybe we don't need this anymore?
}
function slay(this: PoolTerm, modifier: string): void {