From d87c301251465f132ea6740272b0226a6243cfba Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Mon, 16 Jun 2025 14:56:38 -0400 Subject: [PATCH] Fixed com --- src/data/arena-tag.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/arena-tag.ts b/src/data/arena-tag.ts index 7bf88227073..454a31e2c07 100644 --- a/src/data/arena-tag.ts +++ b/src/data/arena-tag.ts @@ -26,9 +26,9 @@ import { MoveUseMode } from "#enums/move-use-mode"; import type { BattlerTag } from "#app/data/battler-tags"; /** - * An {@linkcode ArenaTag} represents a semi-persistent effect that lasts one or more turns. - * Unlike not tied to any individual {@linkcode Pokemon}. - * Unlike {@linkcode BattlerTag}s (which are ) + * An {@linkcode ArenaTag} represents a semi-persistent effect affecting a given side of the field. + * Unlike {@linkcode BattlerTag}s (which are tied to individual {@linkcode Pokemon}), `ArenaTag`s function independently of + * the Pokemon currently on-field, only cleared on arena reset or through their respective {@linkcode ArenaTag.lapse | lapse} methods. */ export abstract class ArenaTag { constructor(