mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
discard unused code
This commit is contained in:
parent
1f40896983
commit
636aa7cd3a
@ -2072,12 +2072,6 @@ export class RemoveBattlerTagAttr extends MoveEffectAttr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// export class GroundedAttr extends AddBattlerTagAttr {
|
|
||||||
// constructor() {
|
|
||||||
// super(BattlerTagType.IGNORE_FLYING)
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
export class FlinchAttr extends AddBattlerTagAttr {
|
export class FlinchAttr extends AddBattlerTagAttr {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(BattlerTagType.FLINCHED, false);
|
super(BattlerTagType.FLINCHED, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user