Farigh / pokeclicker-automation

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

Focus.PokerusCure: Skip unneeded fights #343

Closed Farigh closed 4 months ago

Farigh commented 4 months ago

If the user checked the Skip as many fights as possible advanced settings, the automation will go to the boss directly if no other pokemon needs curing.

Fixes #291


Focus.PokerusCure: Fixup weather requirement for dungeons

The weather requirement is based on the player's current region. The automation needs to check it based on the destination region.

The check was performed correctly for routes, but it was not the case for dungeon. It's now correctly checked for both cases.