gmiclotte / melvor-scripts

Various scripts for Melvor Idle
GNU General Public License v3.0
9 stars 8 forks source link

[v0.4.1-0.19.1] Actions/h is NaN for actions limited by resource #12

Closed SaladFork closed 3 years ago

SaladFork commented 3 years ago

In getXpRates, the code initializes rates to an empty hash {} but then tries to += an undefined property on it. This results in it being NaN.

image

gmiclotte commented 3 years ago

Oops, forgot to test that for production skills. Fixed in 0.4.2, thanks a lot for reporting!