diff --git a/src/data/ability.ts b/src/data/ability.ts index ed59b445647..23f2438be30 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -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 { return false; } } - /** * Determines whether a Pokemon is blocked from switching/running away * because of a trapping ability or move.