Removed HC stats as it is useless now (pending cleaning)

This commit is contained in:
Aktanusa
2016-02-08 20:17:08 -05:00
parent 13a49e3e39
commit f120f047dc
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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