mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-22 07:19:28 +02:00
Update src/data/move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
78ba14fb3b
commit
e2d5bb0a45
@ -2901,10 +2901,6 @@ export class SecretPowerAttr extends MoveEffectAttr {
|
||||
|
||||
/**
|
||||
* Used to apply the secondary effect to the target Pokemon
|
||||
* @param user
|
||||
* @param target
|
||||
* @param move
|
||||
* @param args
|
||||
* @returns `true` if a secondary effect is successfully applied
|
||||
*/
|
||||
override apply(user: Pokemon, target: Pokemon, move: Move, args?: any[]): boolean | Promise<boolean> {
|
||||
|
Loading…
Reference in New Issue
Block a user