mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Update move.ts
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
This commit is contained in:
parent
3a51a6b652
commit
389775068e
@ -3121,7 +3121,7 @@ export class OverrideMoveEffectAttr extends MoveAttr {
|
||||
*/
|
||||
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 target - The {@linkcode Pokemon} targeted by the move
|
||||
* @param move - The {@linkcode Move} being used
|
||||
|
Loading…
Reference in New Issue
Block a user