Add link to PR in TODO comment
This commit is contained in:
parent
3ea07a2379
commit
2ccaa5da10
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { DS4Check } from "./check";
|
import { DS4Check } from "./check";
|
||||||
|
|
||||||
export default function registerSlayingDiceModifier(): void {
|
export default function registerSlayingDiceModifier(): void {
|
||||||
// TODO(types): Adjust types to allow extension of DiceTerm.MODIFIERS
|
// TODO(types): Adjust types to allow extension of DiceTerm.MODIFIERS (see https://github.com/League-of-Foundry-Developers/foundry-vtt-types/pull/573)
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
DicePool.MODIFIERS.x = slay;
|
DicePool.MODIFIERS.x = slay;
|
||||||
|
|
Loading…
Reference in a new issue