diff --git a/picker.html b/picker.html index 93fe131..722abea 100644 --- a/picker.html +++ b/picker.html @@ -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();