|
@@ -554,6 +554,9 @@ const model = {
|
|
if (!filterElements.allowNoStartForms.checked && pkmn.traits.includes("nostart")) {
|
|
if (!filterElements.allowNoStartForms.checked && pkmn.traits.includes("nostart")) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
+ if (!filterElements.allowNFE.checked && pkmn.traits.includes("nfe")) {
|
|
|
|
+ continue;
|
|
|
|
+ }
|
|
if (!filterElements.allowRepeatDexNum.checked) {
|
|
if (!filterElements.allowRepeatDexNum.checked) {
|
|
if (dexNums.has(pkmn.num)) {
|
|
if (dexNums.has(pkmn.num)) {
|
|
continue;
|
|
continue;
|