Skip to content

Commit

Permalink
Fix interaction of Spotlight and Baton Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWoblefet committed Oct 8, 2024
1 parent 1e21f10 commit a080f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18435,6 +18435,7 @@ export const Moves: import('../sim/dex-moves').MoveDataTable = {
},
condition: {
duration: 1,
noCopy: true, // doesn't get copied by Baton Pass
onStart(pokemon) {
this.add('-singleturn', pokemon, 'move: Spotlight');
},
Expand Down

0 comments on commit a080f17

Please sign in to comment.