diff --git a/src/phases/move-effect-phase.ts b/src/phases/move-effect-phase.ts index 29874348bc8..ad1b2dcffff 100644 --- a/src/phases/move-effect-phase.ts +++ b/src/phases/move-effect-phase.ts @@ -608,7 +608,7 @@ export class MoveEffectPhase extends PokemonPhase { /** * Applies reactive effects that occur when a Pokémon is hit. - * (i.e. Effect Spore, Disguise, Beak Blast) + * (i.e. Effect Spore, Disguise, Liquid Ooze, Beak Blast) * @param user - The {@linkcode Pokemon} using this phase's invoked move * @param target - {@linkcode Pokemon} the current target of this phase's invoked move * @param hitResult - The {@linkcode HitResult} of the attempted move