Farigh / pokeclicker-automation

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

Farm: Fixup the floating panel not refreshing in some cases #273

Closed Farigh closed 1 year ago

Farigh commented 1 year ago

The in-game App.game.farming.unlockedBerries function can return undefined when the berry has not been unlocked yet.

This would collide with the default value, resulting in the panel not being updated.

The value is now converted to a boolean to avoid such case.