From cd60f076bb043190ce24840eaf691108d6ac25bf Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Sat, 20 Jul 2024 12:53:27 -0400 Subject: [PATCH] Update logger.ts Small formatting edits --- src/logger.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/logger.ts b/src/logger.ts index e439e832e11..44f69cac17d 100644 --- a/src/logger.ts +++ b/src/logger.ts @@ -201,6 +201,8 @@ export function getMode(scene: BattleScene) { /** * Pulls the current run's DRPD from LocalStorage using the run's RNG seed. + * + * When loaded, the file is automatically updated and assigned a seed * @param scene The BattleScene. Used to get the wave number, which is what determines the name of the log we need. * @returns The DRPD file, or `null` if there is no file for this run. */ @@ -224,7 +226,7 @@ export function save(scene: BattleScene, drpd: DRPD) { } /** - * Testing purposes only. + * Testing purposes only. Currently unused. */ export const RNGState: number[] = []