mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
fixed ordering, testing locally
This commit is contained in:
parent
4944108573
commit
0d21bbd095
@ -2835,9 +2835,9 @@ const modifierPool: ModifierPool = {
|
||||
const moveset = p.getMoveset(true).map(m => m.moveId);
|
||||
|
||||
const hasAbility = [
|
||||
Abilities.DRIZZLE,
|
||||
Abilities.ORICHALCUM_PULSE,
|
||||
Abilities.DROUGHT,
|
||||
Abilities.ORICHALCUM_PULSE,
|
||||
Abilities.DRIZZLE,
|
||||
Abilities.SAND_STREAM,
|
||||
Abilities.SAND_SPIT,
|
||||
Abilities.SNOW_WARNING,
|
||||
|
Loading…
Reference in New Issue
Block a user