Update Settings.cs
Update Settings.cs
Added item: ItemRazzBerry with 20 quantity because who wants so many :)
diff --git a/PokemonGo/RocketAPI/Console/Settings.cs b/PokemonGo/RocketAPI/Console/Settings.cs
index d9bb280..4cf4790 100644
--- a/PokemonGo/RocketAPI/Console/Settings.cs
+++ b/PokemonGo/RocketAPI/Console/Settings.cs
@@ -50,6 +50,7 @@ namespace PokemonGo.RocketAPI.Console
new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 50),
new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 100),
new KeyValuePair<ItemId, int>(ItemId.ItemMasterBall, 200),
+ new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 20),
new KeyValuePair<ItemId, int>(ItemId.ItemRevive, 20),
new KeyValuePair<ItemId, int>(ItemId.ItemPotion, 0),
new KeyValuePair<ItemId, int>(ItemId.ItemSuperPotion, 0),
You may download the files in Public Git.