SwipeX / PokeMate

Automated PokemonGo Application
GNU General Public License v3.0
111 stars 45 forks source link

Fix items drop #261

Closed gsisso closed 8 years ago

gsisso commented 8 years ago

lets say I have 50 revives and I set minimum_item_amount=20. in the old formula it would remove 50 - (50-20) = 20 instead of keeping 20.(removing 30)