Update move.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-14 14:08:56 -04:00 committed by GitHub
parent 776d69fe58
commit 9ab3009091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6036,7 +6036,8 @@ export class RemoveArenaTagsAttr extends MoveEffectAttr {
private readonly tagTypes: readonly [ArenaTagType, ...ArenaTagType[]]; private readonly tagTypes: readonly [ArenaTagType, ...ArenaTagType[]];
/** /**
* Whether to remove tags from both sides of the field (`true`) or * 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 private removeAllTags: boolean