Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Neizan93 authored Jul 28, 2016
1 parent a6cf63f commit b30ca16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,13 @@ public class GlobalSettings
PokemonId.Spearow,
PokemonId.Zubat,
PokemonId.Doduo
//PokemonId.Staryu
//PokemonId.Psyduck
//PokemonId.Krabby
PokemonId.Goldeen
PokemonId.Paras
PokemonId.Ekans
PokemonId.Staryu
PokemonId.Psyduck
PokemonId.Krabby
PokemonId.Venonat
};
public List<PokemonId> PokemonsToIgnore = new List<PokemonId>
Expand Down

0 comments on commit b30ca16

Please sign in to comment.