Enhance autosave timer refresh #375
This commit is contained in:
@@ -250,9 +250,18 @@ CM.DelayInit = function() {
|
||||
l("upgrades").style.display = "flex";
|
||||
l("upgrades").style["flex-wrap"] = "wrap";
|
||||
|
||||
CM.Main.RegisterHooks();
|
||||
|
||||
Game.Win('Third-party');
|
||||
}
|
||||
|
||||
/**
|
||||
* Hook custom methods into the game
|
||||
*/
|
||||
CM.Main.RegisterHooks = function() {
|
||||
Game.registerHook('draw', CM.Disp.Draw);
|
||||
}
|
||||
|
||||
/********
|
||||
* Section: Functions related to checking for changes in Minigames/GC's/Ticker
|
||||
* TODO: Possibly move this section */
|
||||
|
||||
Reference in New Issue
Block a user