diff --git a/src/data/abilities/ability.ts b/src/data/abilities/ability.ts index 1fe1836ae20..5f4e505e15b 100644 --- a/src/data/abilities/ability.ts +++ b/src/data/abilities/ability.ts @@ -248,13 +248,6 @@ export abstract class AbAttr { this.showAbility = showAbility; } - // public is(AbAttrName: K): K is AbAttrConstructorMap[K] { - // const targetAttr = AbAttrConstructorMap[AbAttrName]; - // if (!targetAttr ) { - // return false; - // } - // return this instanceof targetAttr; - // } /** * Applies ability effects without checking conditions * @param _pokemon - The pokemon to apply this ability to