From 3a37f301c5ae6c0b60c214cfedf0b9cafbdc7aec Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 18 Mar 2025 12:51:42 -0700 Subject: [PATCH] Unchange move effect phase --- src/phases/move-effect-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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