More WIP
This commit is contained in:
parent
650cbe7310
commit
76f42fe280
3 changed files with 29 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue