Browse Source

- Fix for Pom-Pom Stylge getting broken up casuing form matching to fail later.

plan_generation
Dan 1 year ago
parent
commit
75b18649f2
  1. 3
      utility/data.py

3
utility/data.py

@ -455,7 +455,8 @@ POKEMON_PROPER_NOUNS = {
"Red-Striped", "Red-Striped",
"Blue-Striped", "Blue-Striped",
"White-Striped", "White-Striped",
"Ash-Greninja" "Ash-Greninja",
"Pom-Pom"
} }
POKEMON_PROPER_NOUNS = POKEMON_PROPER_NOUNS | set(regions) POKEMON_PROPER_NOUNS = POKEMON_PROPER_NOUNS | set(regions)

Loading…
Cancel
Save