This commit is contained in:
Daniël van Noord
2021-04-04 20:13:44 +02:00
parent 9b04663cd8
commit 37bff7df1e
5 changed files with 11 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ export let LastWrinklerCount;
/** Stores the date at Game.CalculateGains for God Cyclius
*/
export let CycliusDateAtBeginLoop;
export let CycliusDateAtBeginLoop = Date.now(); // eslint-disable-line prefer-const
/** Stores the date at Game.CalculateGains for the Century egg
*/
export let CenturyDateAtBeginLoop;
export let CenturyDateAtBeginLoop = Date.now(); // eslint-disable-line prefer-const