From 759a301fd90428e944fbe0920901852cc34242f0 Mon Sep 17 00:00:00 2001 From: ImperialSympathizer <110984302+ben-lear@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:58:14 -0400 Subject: [PATCH] Update src/data/mystery-encounters/utils/encounter-pokemon-utils.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/mystery-encounters/utils/encounter-pokemon-utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts b/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts index 05725f67184..81312f5cb50 100644 --- a/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts +++ b/src/data/mystery-encounters/utils/encounter-pokemon-utils.ts @@ -839,8 +839,6 @@ export function isPokemonValidForEncounterOptionSelection(pokemon: Pokemon, scen /** * Permanently overrides the ability (not passive) of a pokemon. * If the pokemon is a fusion, instead overrides the fused pokemon's ability. - * @param pokemon - * @param ability */ export function applyAbilityOverrideToPokemon(pokemon: Pokemon, ability: Abilities) { if (pokemon.isFusion()) {