mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Fixde missing issur
This commit is contained in:
parent
3333798861
commit
f29dec3413
@ -6630,7 +6630,7 @@ export function initAbilities() {
|
||||
new Ability(AbilityId.DROUGHT, 3)
|
||||
.attr(PostSummonWeatherChangeAbAttr, WeatherType.SUNNY)
|
||||
.attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SUNNY),
|
||||
new Ability(Abilities.ARENA_TRAP, 3)
|
||||
new Ability(AbilityId.ARENA_TRAP, 3)
|
||||
.attr(ArenaTrapAbAttr, (user, target) => target.isGrounded())
|
||||
.attr(DoubleBattleChanceAbAttr),
|
||||
new Ability(AbilityId.VITAL_SPIRIT, 3)
|
||||
|
Loading…
Reference in New Issue
Block a user