Initial fix for #707

This commit is contained in:
Daniël van Noord
2021-04-04 13:52:34 +02:00
parent 5017f1c217
commit 444462ae53
6 changed files with 21 additions and 8 deletions

View File

@@ -21,3 +21,8 @@ export let LastSpawnedGoldenCookieState;
export let LastMagicBarFull;
export let CurrSpawnedGoldenCookieState;
export let LastWrinklerCount;
/** Stores the date at the beginning of a Main loop
* Calculations depending on time (God Cyclius) will all use same time
*/
export let DateAtBeginLoop;