Update init.ts

This commit is contained in:
Bertie690 2025-09-06 19:50:05 -04:00 committed by GitHub
parent 822b504d6a
commit 6f52792f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,7 @@ import { initAchievements } from "#system/achv";
import { initVouchers } from "#system/voucher"; import { initVouchers } from "#system/voucher";
import { initStatsKeys } from "#ui/game-stats-ui-handler"; import { initStatsKeys } from "#ui/game-stats-ui-handler";
/** /** Initialize the game. */
* Initialize various values at the beginning of each testing instance.
*/
export function initializeGame() { export function initializeGame() {
initModifierTypes(); initModifierTypes();
initModifierPools(); initModifierPools();