1
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import { setRuntimeCustomWorldProfile } from '../data/customWorldRuntime';
|
||||
import { normalizeCustomWorldProfileRecord } from '../data/customWorldLibrary';
|
||||
import { WorldType } from '../types';
|
||||
import { useGameFlow } from './useGameFlow';
|
||||
import { useRpgSessionBootstrap } from './rpg-session';
|
||||
|
||||
function buildBackstoryReveal(label: string) {
|
||||
return {
|
||||
@@ -298,7 +298,7 @@ function GameFlowHarness() {
|
||||
);
|
||||
const selectedCharacter = playableCharacters[0] ?? null;
|
||||
const { gameState, handleCustomWorldSelect, handleCharacterSelect } =
|
||||
useGameFlow();
|
||||
useRpgSessionBootstrap();
|
||||
|
||||
const snapshot = {
|
||||
worldType: gameState.worldType,
|
||||
|
||||
Reference in New Issue
Block a user