Skip to content

Commit

Permalink
Reduce reachable range (#4651)
Browse files Browse the repository at this point in the history
* Fixed variable reference

* Reduce reachable range

* Reduce reachable range

* Increase pokemon range a  bit
  • Loading branch information
mjmadsen authored Aug 24, 2016
1 parent e3442e9 commit a0cb16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemongo_bot/constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Constants(object):
MAX_DISTANCE_FORT_IS_REACHABLE = 40 # meters
MAX_DISTANCE_POKEMON_IS_REACHABLE = 60
MAX_DISTANCE_FORT_IS_REACHABLE = 38 # meters
MAX_DISTANCE_POKEMON_IS_REACHABLE = 48

0 comments on commit a0cb16f

Please sign in to comment.