diff --git a/CookieMonster.js b/CookieMonster.js index 7c1bb53..d44ce66 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -1352,7 +1352,8 @@ CM.Disp.AddMenuStats = function(title) { stats.appendChild(listing('\"Chain\" Reward (CUR) (Wrath)', document.createTextNode(Beautify(chainCurWrath)))); } - stats.appendChild(header('Heavenly Chips', 'HC')); + // Useless for now; cleanup later + /*stats.appendChild(header('Heavenly Chips', 'HC')); if (CM.Config.StatsPref.HC) { var possibleHC = Game.HowMuchPrestige(Game.cookiesEarned + Game.cookiesReset); var neededCook = Game.HowManyCookiesReset(possibleHC + 1) - (Game.cookiesEarned + Game.cookiesReset); @@ -1394,7 +1395,7 @@ CM.Disp.AddMenuStats = function(title) { resetFrag.appendChild(resetSmall); } //stats.appendChild(listing(resetTitleFrag, resetFrag)); - } + }*/ var choEgg = (Game.HasUnlocked('Chocolate egg') && !Game.Has('Chocolate egg')); // Needs to be done for the checking below diff --git a/src/Disp.js b/src/Disp.js index 534a914..f9bce46 100644 --- a/src/Disp.js +++ b/src/Disp.js @@ -1014,7 +1014,8 @@ CM.Disp.AddMenuStats = function(title) { stats.appendChild(listing('\"Chain\" Reward (CUR) (Wrath)', document.createTextNode(Beautify(chainCurWrath)))); } - stats.appendChild(header('Heavenly Chips', 'HC')); + // Useless for now; cleanup later + /*stats.appendChild(header('Heavenly Chips', 'HC')); if (CM.Config.StatsPref.HC) { var possibleHC = Game.HowMuchPrestige(Game.cookiesEarned + Game.cookiesReset); var neededCook = Game.HowManyCookiesReset(possibleHC + 1) - (Game.cookiesEarned + Game.cookiesReset); @@ -1056,7 +1057,7 @@ CM.Disp.AddMenuStats = function(title) { resetFrag.appendChild(resetSmall); } //stats.appendChild(listing(resetTitleFrag, resetFrag)); - } + }*/ var choEgg = (Game.HasUnlocked('Chocolate egg') && !Game.Has('Chocolate egg')); // Needs to be done for the checking below