How to increase the number of potions

candy-boxcheats

I need help to get more berserk potions, but I cant seem to get the script to work in the development console. How can I get more berserk potions?

Best Answer

In the development console, type the following two lines:

potions.setPotionNbrOwned(potions.list.berserk, 20);
potions.updateOnPage();