forgot ignore team for dupes

This commit is contained in:
kiichan 2020-04-25 02:35:26 -05:00
parent 2849de5964
commit bc770b55aa
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
if (!ignored_pkmn.includes(to_ignore)) {
ignored_pkmn[ignored_pkmn.length] = to_ignore;
}
picked[i] = null;
elem.style.color = "white";
}
ignored_pkmn.sort();