Farigh / pokeclicker-automation

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

Utils.Route: Fixup unaccessible route detection #252

Closed Farigh closed 1 year ago

Farigh commented 1 year ago

In one case the isUnlocked() check was forgotten.

To avoid this mistake again, a new method canMoveToRoute() was added

Fixes #249