mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Remove stray commented code
This commit is contained in:
parent
db1c968c8b
commit
20c1932c61
@ -248,13 +248,6 @@ export abstract class AbAttr {
|
|||||||
this.showAbility = showAbility;
|
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
|
* Applies ability effects without checking conditions
|
||||||
* @param _pokemon - The pokemon to apply this ability to
|
* @param _pokemon - The pokemon to apply this ability to
|
||||||
|
Loading…
Reference in New Issue
Block a user