mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Fixed com
This commit is contained in:
parent
2b88310a68
commit
d87c301251
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user