mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-19 03:55:13 -04:00
[Bug] Mystical Rock modifier missing Drought check
This commit is contained in:
parent
1229bfe004
commit
5217703d2b
1 changed files with 1 additions and 1 deletions
|
@ -2828,7 +2828,7 @@ const modifierPool: ModifierPool = {
|
|||
const hasAbility = [
|
||||
Abilities.DRIZZLE,
|
||||
Abilities.ORICHALCUM_PULSE,
|
||||
Abilities.DRIZZLE,
|
||||
Abilities.DROUGHT,
|
||||
Abilities.SAND_STREAM,
|
||||
Abilities.SAND_SPIT,
|
||||
Abilities.SNOW_WARNING,
|
||||
|
|
Loading…
Add table
Reference in a new issue