Farigh / pokeclicker-automation

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

Focus.PokerusCure: Handle Weather requirements properly #268

Closed Farigh closed 1 year ago

Farigh commented 1 year ago

The game method RouteHelper.getAvailablePokemonList only uses the player's current region weather.

Using it from another region might result in incorrect values. The automation now performs the check using the targeted region weather

Related to #122