Skip to content

Commit

Permalink
Change Eject Pack priority
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Feb 16, 2025
1 parent 15b4f56 commit 9d33277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ export const Items: import('../sim/dex-items').ItemDataTable = {
}
}
},
onAnySwitchInPriority: -2,
onAnySwitchInPriority: -4,
onAnySwitchIn() {
if (!this.effectState.eject) return;
(this.effectState.target as Pokemon).useItem();
Expand Down

0 comments on commit 9d33277

Please sign in to comment.