From 3f721441d4c6bd28ea3c6a8c9788c6ae82eb6321 Mon Sep 17 00:00:00 2001 From: Benjamin Odom Date: Sun, 19 May 2024 12:03:52 -0500 Subject: [PATCH] Update ability.ts --- src/data/ability.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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.