From eb951f25083245c6a64b4b49768981df95f8a87e Mon Sep 17 00:00:00 2001 From: muscode Date: Fri, 1 Nov 2024 10:17:05 -0600 Subject: [PATCH] remove extra comment Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/ability.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index cd4c6e24ce8..1df852ccceb 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4752,7 +4752,6 @@ class ForceSwitchOutHelper { switchOutLogic(pokemon: Pokemon): boolean { const switchOutTarget = pokemon; - // If the target is a Player Pokémon /** * If the switch-out target is a player-controlled Pokémon, the function checks: * - Whether there are available party members to switch in.