Fix to work with 1.9 beta mostly

This commit is contained in:
Aktanusa
2015-12-26 16:38:36 -05:00
parent b134e3b45c
commit d870823c07
4 changed files with 284 additions and 320 deletions

View File

@@ -125,6 +125,7 @@ CM.Init = function() {
}
CM.DelayInit = function() {
CM.Sim.InitData();
CM.Disp.CreateCssArea();
CM.Disp.CreateBotBar();
CM.Disp.CreateTimerBar();
@@ -143,7 +144,7 @@ CM.DelayInit = function() {
CM.Disp.lastAscendState = Game.OnAscend;
if (Game.prefs.popups) Game.Popup('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!');
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!','','',1);
else Game.Notify('Cookie Monster version ' + CM.VersionMajor + '.' + CM.VersionMinor + ' loaded!','','',1, 1);
Game.Win('Third-party');
}