Farigh / pokeclicker-automation

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

Dungeon: Restore the flash-light strategy #234

Closed Farigh closed 1 year ago

Farigh commented 1 year ago

Since v0.10.9 the flashlight can reveal tiles beyond the immediate nearby tile. This caused the player not being able to move to the most beneficial tile in most case, since it would not be accessible.

Only the accessible tiles are now considered instead of all visible tiles.

This fixup still has some flows with the chest collection process.

Addresses most of #233