Farigh / pokeclicker-automation

An automation script suite for pokeclicker.com
GNU General Public License v3.0
37 stars 19 forks source link

Utils.Gym: Improve best option selection #315

Closed Farigh closed 10 months ago

Farigh commented 10 months ago

Since v0.10.2 a gym leader might have more potential pokémons listed than the ones that are actually used.

This would lead to many wrong decisions for the automation. The getPokemonList() is now used to access the correct pokémon list.

Fixes #307