From 19f6137145ea1f2e04f03dcc0622c93b60d57d88 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:39:38 -0700 Subject: [PATCH] Update src/data/battler-tags.ts --- src/data/battler-tags.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index d5d946b2fe7..18f03ada941 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -1714,8 +1714,7 @@ export class TypeImmuneTag extends BattlerTag { } /** - * Battler Tag that lifts the affected in the air and provides immunity to Ground Type Moves - * Moves that provide this effect are Magnet Rise and Telekinesis + * Battler Tag that lifts the affected Pokemon into the air and provides immunity to Ground type moves. * @see {@link https://bulbapedia.bulbagarden.net/wiki/Magnet_Rise_(move) | Moves.MAGNET_RISE} * @see {@link https://bulbapedia.bulbagarden.net/wiki/Telekinesis_(move) | Moves.TELEKINESIS} */