Update state-checking code v2

This commit is contained in:
Daniel van Noord
2020-12-03 16:40:21 +01:00
parent 8a303c2d27
commit 106331af85
5 changed files with 32 additions and 24 deletions

View File

@@ -411,6 +411,15 @@ CM.Main.CheckWrinklerCount = function() {
CM.HasReplaceNativeGrimoireLaunch = false;
CM.HasReplaceNativeGrimoireDraw = false;
CM.Main.lastGoldenCookieState = 0;
CM.Main.lastSpawnedGoldenCookieState = 0;
CM.Main.currSpawnedGoldenCookieState
CM.Main.lastTickerFortuneState = 0;
CM.Main.lastSeasonPopupState = 0;
CM.Main.lastGardenNextStep = 0;
CM.Main.lastMagicBarFull = 0;
CM.Main.lastWrinklerCount = 0;
CM.ConfigDefault = {
BotBar: 1,
TimerBar: 1,