Icehawk78 / FrozenCookies

An automated Cookie Clicker tool.
120 stars 171 forks source link

Starting at 8.3 quadrillion raw highest cps #217

Open Darkroman opened 2 years ago

Darkroman commented 2 years ago

Been trying to work through this issue myself. Seems to happen when FC calls Game.CalculateGains on line 2156. For some reason in the vanilla game code starting on line 5078, a number gets assigned to me.amount when it iterates through the upgrade objects and then it'll calculate a new cookiePs value based on me.amount and storedCps value. Might have something to do with your upgradetoggle, upgradestats or reverse function (not sure which).