Fortune Cookie checker function and added to the main loop

This commit is contained in:
Eric Olsen
2019-10-04 23:46:42 -06:00
parent 8e2777df0e
commit 8af54cfe8c
2 changed files with 13 additions and 0 deletions

View File

@@ -186,6 +186,9 @@ CM.Loop = function() {
// Check Golden Cookies
CM.Disp.CheckGoldenCookie();
// Check Fortune Cookies
CM.Disp.CheckTickerFortune();
// Check Season Popup
CM.Disp.CheckSeasonPopup();