From 338e2d19f29692b4a07816ca56255382bcf18b2d Mon Sep 17 00:00:00 2001 From: Benjamin Odom Date: Mon, 13 May 2024 21:08:58 -0500 Subject: [PATCH] Update move.ts --- src/data/move.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/move.ts b/src/data/move.ts index 379a6c668ad..d78a05edc9d 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -2375,6 +2375,7 @@ export class ThunderAccuracyAttr extends VariableAccuracyAttr { /** * Attribute used for moves which never miss * against Pokemon with the {@link BattlerTagType.MINIMIZED} + * @see {@link apply} * @param user N/A * @param target Target of the move * @param move N/A