Skip to content

Commit

Permalink
Merge pull request #4655 from geminiyellow/patch-1
Browse files Browse the repository at this point in the history
typo: `min_evolve_speed` -> `max_evolve_speed`
  • Loading branch information
solderzzc authored Aug 24, 2016
2 parents 47adbfc + 722f86d commit 60d1272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The behaviors of the bot are configured via the `tasks` key in the `config.json`
* EvolvePokemon
* `evolve_all`: Default `NONE` | Set to `"all"` to evolve Pokémon if possible when the bot starts. Can also be set to individual Pokémon as well as multiple separated by a comma. e.g "Pidgey,Rattata,Weedle,Zubat"
* `min_evolve_speed`: Default `25` | Minimum seconds to wait between each evolution
* `min_evolve_speed`: Default `30` | Maximum seconds to wait between each evolution
* `max_evolve_speed`: Default `30` | Maximum seconds to wait between each evolution
* `use_lucky_egg`: Default: `False`
* FollowPath
* `path_mode`: Default `loop` | Set the mode for the path navigator (loop or linear).
Expand Down

0 comments on commit 60d1272

Please sign in to comment.