From 6f52792f05767090aa225f662d4fe08090363e69 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:50:05 -0400 Subject: [PATCH] Update init.ts --- src/init/init.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/init/init.ts b/src/init/init.ts index 7019edc58ed..ba9738e2be8 100644 --- a/src/init/init.ts +++ b/src/init/init.ts @@ -14,9 +14,7 @@ import { initAchievements } from "#system/achv"; import { initVouchers } from "#system/voucher"; import { initStatsKeys } from "#ui/game-stats-ui-handler"; -/** - * Initialize various values at the beginning of each testing instance. - */ +/** Initialize the game. */ export function initializeGame() { initModifierTypes(); initModifierPools();