From 9ab3009091f2c3c879b026c791e8745cb4d9be70 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:08:56 -0400 Subject: [PATCH] Update move.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/moves/move.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index d82caffba45..ca6860fc3ea 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -6036,7 +6036,8 @@ export class RemoveArenaTagsAttr extends MoveEffectAttr { private readonly tagTypes: readonly [ArenaTagType, ...ArenaTagType[]]; /** * Whether to remove tags from both sides of the field (`true`) or - * the target's side of the field (`false`); default `false` + * the target's side of the field (`false`) + * @defaultValue `false` */ private removeAllTags: boolean