mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Update arena-tag.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
389775068e
commit
26db829cd3
@ -1,6 +1,8 @@
|
|||||||
import { applyAbAttrs, applyOnGainAbAttrs, applyOnLoseAbAttrs } from "#abilities/apply-ab-attrs";
|
/** biome-ignore-start lint/correctness/noUnusedImports: TSDoc imports */
|
||||||
/** biome-ignore lint/correctness/noUnusedImports: Type-only import for doc comment */
|
|
||||||
import type { BattlerTag } from "#app/data/battler-tags";
|
import type { BattlerTag } from "#app/data/battler-tags";
|
||||||
|
/** biome-ignore-end lint/correctness/noUnusedImports: TSDoc imports */
|
||||||
|
|
||||||
|
import { applyAbAttrs, applyOnGainAbAttrs, applyOnLoseAbAttrs } from "#abilities/apply-ab-attrs";
|
||||||
import { globalScene } from "#app/global-scene";
|
import { globalScene } from "#app/global-scene";
|
||||||
import { getPokemonNameWithAffix } from "#app/messages";
|
import { getPokemonNameWithAffix } from "#app/messages";
|
||||||
import { CommonBattleAnim } from "#data/battle-anims";
|
import { CommonBattleAnim } from "#data/battle-anims";
|
||||||
|
Loading…
Reference in New Issue
Block a user