From e2d5bb0a45184586cb521f6fe8d96d75b0988330 Mon Sep 17 00:00:00 2001 From: Mumble <171087428+frutescens@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:43:31 -0700 Subject: [PATCH] Update src/data/move.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/move.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index 81cdeeecc58..a6d29f1c376 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -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 {