Update move.ts

Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-07-30 13:27:05 -04:00 committed by GitHub
parent 3a51a6b652
commit 389775068e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3121,7 +3121,7 @@ export class OverrideMoveEffectAttr extends MoveAttr {
*/ */
declare private _: never; declare private _: never;
/** /**
* Apply the move attribute to override a move effect. * Apply the move attribute to override other effects of this move.
* @param user - The {@linkcode Pokemon} using the move * @param user - The {@linkcode Pokemon} using the move
* @param target - The {@linkcode Pokemon} targeted by the move * @param target - The {@linkcode Pokemon} targeted by the move
* @param move - The {@linkcode Move} being used * @param move - The {@linkcode Move} being used