Remove stray commented code

This commit is contained in:
Sirz Benjie 2025-06-10 14:44:36 -05:00
parent db1c968c8b
commit 20c1932c61
No known key found for this signature in database
GPG Key ID: 38AC42D68CF5E138

View File

@ -248,13 +248,6 @@ export abstract class AbAttr {
this.showAbility = showAbility;
}
// public is<K extends AbAttrString>(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