mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
[Bug] Mystical Rock modifier missing Drought check
This commit is contained in:
parent
6477be99f5
commit
3609d1244e
@ -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