Fixed com

This commit is contained in:
Bertie690 2025-06-16 14:56:38 -04:00
parent 2b88310a68
commit d87c301251

View File

@ -26,9 +26,9 @@ import { MoveUseMode } from "#enums/move-use-mode";
import type { BattlerTag } from "#app/data/battler-tags"; import type { BattlerTag } from "#app/data/battler-tags";
/** /**
* An {@linkcode ArenaTag} represents a semi-persistent effect that lasts one or more turns. * An {@linkcode ArenaTag} represents a semi-persistent effect affecting a given side of the field.
* Unlike not tied to any individual {@linkcode Pokemon}. * Unlike {@linkcode BattlerTag}s (which are tied to individual {@linkcode Pokemon}), `ArenaTag`s function independently of
* Unlike {@linkcode BattlerTag}s (which are ) * the Pokemon currently on-field, only cleared on arena reset or through their respective {@linkcode ArenaTag.lapse | lapse} methods.
*/ */
export abstract class ArenaTag { export abstract class ArenaTag {
constructor( constructor(