Cookie Clicker

Cookie Clicker

More Heavenly Upgrades Remastered
This topic has been locked
New Game Plus Appears, but cannot be purchased.
So in my 'Switches', New Game Plus appears as an option for 1 cookie, but cannot be purchased because I don't have all of the upgrades yet to be able to activate it.

Is there a way to not have it appear until it is able to be purchased? I use the Frozen Cookies mod for idle play and the appearance as an option is causing conflict with the calculator because it can't be purchased.
< >
Showing 1-1 of 1 comments
startsWith('A')  [developer] 27 Aug, 2023 @ 1:21pm 
This is very much intentional to have some build-up to the New Game Plus mechanic and is not intended to be hidden.
If you want to tinker it out for yourself, you can change this Line of code in the mods folders "main.js" file:
if (Game.Has(utilitySpecial[1])) Game.Unlock('NewGamePlus');
to something like:
if (Game.Has(utilitySpecial[7])) Game.Unlock('NewGamePlus');
This will make the icon appear when you buy the last Upgrade in the Utility-Branch
Last edited by startsWith('A'); 27 Aug, 2023 @ 1:32pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50