Added Heavenly Chips stats, changed max prestige calcuation to include wrinklers and chocolate egg (Issue #62)

This commit is contained in:
Aktanusa
2016-03-17 20:14:51 -04:00
parent 00a9ea2cd4
commit 2ed563c995
4 changed files with 178 additions and 280 deletions

View File

@@ -414,7 +414,7 @@ CM.Sim.NoGoldSwitchCookiesPS = function() {
else CM.Cache.NoGoldSwitchCookiesPS = Game.cookiesPs;
}
CM.Sim.ResetBonus = function() {
CM.Sim.ResetBonus = function(possiblePresMax) {
CM.Sim.CopyData();
if (Game.cookiesEarned >= 1000000) CM.Sim.Win('Sacrifice');
@@ -450,7 +450,7 @@ CM.Sim.ResetBonus = function() {
CM.Sim.Win('Wholesome');
}
CM.Sim.prestige = Math.floor(Game.HowMuchPrestige(Game.cookiesEarned + Game.cookiesReset));
CM.Sim.prestige = possiblePresMax;
var lastAchievementsOwned = CM.Sim.AchievementsOwned;