Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not evolving Nidoran M/F #5239

Closed
jnnck opened this issue Sep 6, 2016 · 6 comments
Closed

Not evolving Nidoran M/F #5239

jnnck opened this issue Sep 6, 2016 · 6 comments

Comments

@jnnck
Copy link

jnnck commented Sep 6, 2016

All pokemon in my evolve_list are being evolved except for the Nidoran. Guess it has something to do with the space.

{
        "type": "EvolvePokemon",
        "config": {
          "enabled": true,

          "evolve_list": "Pidgey, Caterpie, Weedle, Zubat, Rattata, Sandshrew, Drowzee, Nidoran M, Tentacool, Spearow, Psyduck",
          "donot_evolve_list": "none",

          "first_evolve_by": "cp",
          "evolve_above_cp": 0,
          "evolve_above_iv": 0,
          "logic": "or",
          "min_evolve_speed": 22,
          "max_evolve_speed": 30,
          "use_lucky_egg": false
        }
      },

@julienlavergne
Copy link
Contributor

No it is correct with one space. You are missing the female versionthough:
Nidoran M Nidoran F

@jnnck
Copy link
Author

jnnck commented Sep 6, 2016

I don't want to evolve the female version so thats ok. But i checkend, and even when i added it, it doesn't evolve them.

@Gobberwart
Copy link
Contributor

Remove the space, eg. "NidoranM" not "Nidoran M". Even though the pokemon is called "Nidoran M" the bot strips out the space before comparing.

@Gobberwart
Copy link
Contributor

Putting through a PR to fix this now.

@jnnck
Copy link
Author

jnnck commented Sep 7, 2016

@Gobberwart thanks for your work!

@julienlavergne
Copy link
Contributor

Note that PokemonOptimizer accept both !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants