mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Update pokemon.ts
This commit is contained in:
parent
a7d699bf97
commit
9c2119eaed
@ -2323,7 +2323,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
(!this.isOfType(PokemonType.FLYING, true, true) &&
|
(!this.isOfType(PokemonType.FLYING, true, true) &&
|
||||||
!this.hasAbility(AbilityId.LEVITATE) &&
|
!this.hasAbility(AbilityId.LEVITATE) &&
|
||||||
!this.getTag(BattlerTagType.FLOATING) &&
|
!this.getTag(BattlerTagType.FLOATING) &&
|
||||||
!ignoreSemiInvulnerable || !this.getTag(SemiInvulnerableTag)
|
ignoreSemiInvulnerable || !this.getTag(SemiInvulnerableTag)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user