Additional fixes for #707

This commit is contained in:
Daniël van Noord
2021-04-04 14:04:56 +02:00
parent 444462ae53
commit 3f08ed3e2d
7 changed files with 32 additions and 14 deletions

View File

@@ -22,7 +22,10 @@ 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
/** Stores the date at Game.CalculateGains for God Cyclius
*/
export let DateAtBeginLoop;
export let CycliusDateAtBeginLoop;
/** Stores the date at Game.CalculateGains for the Century egg
*/
export let CenturyDateAtBeginLoop;