Skip to content

Commit

Permalink
Increasing greatball amount
Browse files Browse the repository at this point in the history
  • Loading branch information
BornSupercharged committed Aug 1, 2016
1 parent 7034bf4 commit dec2b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public class GlobalSettings
public int TotalAmountOfPotionsToKeep = 80;
public int TotalAmountOfRevivesToKeep = 60;
//balls
public int UseGreatBallAboveCp = 100;
public int UseGreatBallAboveCp = 1000;
public int UseUltraBallAboveCp = 1250;
public int UseMasterBallAboveCp = 1500;
public int UseGreatBallAboveIv = 85;
Expand Down

0 comments on commit dec2b70

Please sign in to comment.