mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
[Bug] Mystical Rock modifier missing Drought check
This commit is contained in:
parent
1229bfe004
commit
5217703d2b
@ -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…
Reference in New Issue
Block a user