Update src/data/move.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Mumble 2024-10-15 17:43:31 -07:00 committed by GitHub
parent 78ba14fb3b
commit e2d5bb0a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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