Unchange move effect phase

This commit is contained in:
Dean 2025-03-18 12:51:42 -07:00
parent 3363078bb4
commit 3a37f301c5
1 changed files with 1 additions and 1 deletions

View File

@ -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