diff --git a/src/data/ability.ts b/src/data/ability.ts index 24e1c011624..ca7f03ee827 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -4749,7 +4749,7 @@ class ForceSwitchOutHelper { * @returns `true` if the switch is successful */ - switchOutLogic(pokemon: Pokemon): boolean { + public switchOutLogic(pokemon: Pokemon): boolean { const switchOutTarget = pokemon; /** * If the switch-out target is a player-controlled Pokémon, the function checks: