mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 07:29:30 +02:00
Update move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
65f28b7dc4
commit
6f3d1b9116
@ -1312,8 +1312,8 @@ export class MoveEffectAttr extends MoveAttr {
|
||||
}
|
||||
|
||||
/** Applies move effects so long as they are able based on {@linkcode canApply} */
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, _args?: any[]): boolean {
|
||||
return this.canApply(user, target, move, _args);
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean {
|
||||
return this.canApply(user, target, move, args);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user