dandcvs / KGAutoPlay

20 stars 12 forks source link

Holy Genocide is being purchased #17

Open Zedsquared opened 4 years ago

Zedsquared commented 4 years ago

The script seems to like buying Holy Genocide in cryptotheology when , as far as I know, there is no use for it yet. I have eight now!

Zedsquared commented 4 years ago

Now at fifteen ... bit of a waste of void!

Zedsquared commented 4 years ago

Finally took a look at the code, issue is line 192:

for (var cr = 0; cr < btn.length; cr++) {

should probably be

for (var cr = 0; cr < btn.length-1; cr++) {

until holy genocide does something useful.