mapledyne / yaaz

ascension helper scripts for KoLMafia
The Unlicense
1 stars 5 forks source link

Use reverse_numberology(). Fixes #50 #54

Closed mikebryant closed 7 years ago

mikebryant commented 7 years ago

I tested in the cli, and got:

> ash reverse_numberology()[3]

Returned: 95

> ash reverse_numberology()[100]

Returned: 0

So it returns 0 if it's not a valid result, which ties in nicely with the existing checks for goal > 0

And I've been running my turns today with the patch and it appears to have been working