Make arena trap count as a lure ability

This commit is contained in:
Akuma-Reiki 2024-04-22 22:44:09 -05:00 committed by GitHub
parent 1f8e36575d
commit 51744828a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2575,7 +2575,8 @@ export function initAbilities() {
.attr(PostSummonWeatherChangeAbAttr, WeatherType.SUNNY)
.attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SUNNY),
new Ability(Abilities.ARENA_TRAP, "Arena Trap", "Prevents opposing Pokémon from fleeing.", 3)
.attr(ArenaTrapAbAttr),
.attr(ArenaTrapAbAttr)
.attr(DoubleBattleChanceAbAttr),
new Ability(Abilities.VITAL_SPIRIT, "Vital Spirit", "The Pokémon is full of vitality, and that prevents it from falling asleep.", 3)
.attr(StatusEffectImmunityAbAttr, StatusEffect.SLEEP)
.attr(BattlerTagImmunityAbAttr, BattlerTagType.DROWSY)