Added Chocolate egg stat (Issue #22)

This commit is contained in:
Aktanusa
2014-09-06 18:09:38 -04:00
parent c54ecefe4b
commit 6957513960
5 changed files with 118 additions and 6 deletions

View File

@@ -71,6 +71,7 @@ CM.Loop = function() {
CM.Cache.RemakeLucky();
CM.Cache.RemakeChain();
CM.Cache.RemakeSeaSpec();
CM.Cache.RemakeChoEgg();
CM.Disp.UpdateBotBarOther();
CM.Disp.UpdateBuildings();
@@ -110,8 +111,8 @@ CM.Init = function() {
var delay = setInterval(function() {
if (jscolor != undefined) {
CM.DelayInit();
clearInterval(delay);
CM.DelayInit();
clearInterval(delay);
}
}, 500);
}
@@ -125,6 +126,7 @@ CM.DelayInit = function() {
CM.Disp.CreateWhiteScreen();
CM.Disp.CreateGCTimer();
CM.Disp.CreateResetTooltip();
CM.Disp.CreateChoEggTooltip();
CM.Disp.CreateTooltipWarnCaut();
CM.Disp.AddTooltipBuild();
CM.Disp.AddTooltipBuild10();