generated from nhcarrigan/template
feat: v1 prototype — core game systems #30
@@ -111,6 +111,8 @@ export const buildPostPrestigeState = (
|
||||
...freshState,
|
||||
prestige: newPrestigeData,
|
||||
lastTickAt: Date.now(),
|
||||
// Codex lore persists across prestiges — players keep their discovered entries
|
||||
...(currentState.codex ? { codex: currentState.codex } : {}),
|
||||
};
|
||||
|
||||
return { newState, newPrestigeData, runestonesEarned, milestoneRunestones };
|
||||
|
||||
Reference in New Issue
Block a user