Update src/data/battler-tags.ts

This commit is contained in:
NightKev 2024-10-11 10:39:38 -07:00 committed by GitHub
parent e0fa02b84a
commit 19f6137145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 * Battler Tag that lifts the affected Pokemon into the air and provides immunity to Ground type moves.
* Moves that provide this effect are Magnet Rise and Telekinesis
* @see {@link https://bulbapedia.bulbagarden.net/wiki/Magnet_Rise_(move) | Moves.MAGNET_RISE} * @see {@link https://bulbapedia.bulbagarden.net/wiki/Magnet_Rise_(move) | Moves.MAGNET_RISE}
* @see {@link https://bulbapedia.bulbagarden.net/wiki/Telekinesis_(move) | Moves.TELEKINESIS} * @see {@link https://bulbapedia.bulbagarden.net/wiki/Telekinesis_(move) | Moves.TELEKINESIS}
*/ */