From bc770b55aa40b36b212a5c10fc24dfed10fbc171 Mon Sep 17 00:00:00 2001 From: kiichan Date: Sat, 25 Apr 2020 02:35:26 -0500 Subject: [PATCH] forgot ignore team for dupes --- picker.html | 1 + 1 file changed, 1 insertion(+) 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();