mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-12 07:24:19 -05:00
Fix Seasonals bug with choice locked items
This commit is contained in:
parent
576ef69c05
commit
c2feca8abf
|
|
@ -690,7 +690,7 @@ exports.Formats = [
|
|||
var moves = pokemon.moveset;
|
||||
for (var i = 0; i < moves.length; i++) {
|
||||
if (moves[i].id !== 'swift') {
|
||||
this.disableMove(pokemon.disableMove(moves[i].id, false));
|
||||
pokemon.disableMove(moves[i].id, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user