Update ability.ts

This commit is contained in:
Benjamin Odom 2024-05-19 12:03:52 -05:00
parent e5964743aa
commit 3f721441d4

View File

@ -2263,21 +2263,12 @@ export class CheckTrappedAbAttr extends AbAttr {
constructor() {
super(false);
}
/**
* Checks if enemy Pokemon is trapped by an Arena Trap-esque ability
* @param pokemon N/A
* @param passive N/A
* @param trapped N/A
* @param otherPokemon N/A
* @param args N/A
* @returns if enemy Pokemon is trapped or not
*/
applyCheckTrapped(pokemon: Pokemon, passive: boolean, trapped: Utils.BooleanHolder, otherPokemon: Pokemon, args: any[]): boolean | Promise<boolean> {
return false;
}
}
/**
* Determines whether a Pokemon is blocked from switching/running away
* because of a trapping ability or move.