Skip to content

Commit

Permalink
Merge pull request #624 from Wil32/master
Browse files Browse the repository at this point in the history
fix evolve using GPX
  • Loading branch information
Yamashi authored Jul 26, 2016
2 parents be103aa + 6d4a8b2 commit d1be6c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PoGo.NecroBot.Logic/Tasks/FarmPokestopsGPXTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ public static void Execute(Context ctx, StateMachine machine)

RecycleItemsTask.Execute(ctx, machine);

if (ctx.LogicSettings.EvolveAllPokemonWithEnoughCandy || ctx.LogicSettings.EvolveAllPokemonAboveIv)
{
EvolvePokemonTask.Execute(ctx, machine);
}

if (ctx.LogicSettings.TransferDuplicatePokemon)
{
TransferDuplicatePokemonTask.Execute(ctx, machine);
Expand Down

0 comments on commit d1be6c3

Please sign in to comment.