feat: v1 prototype — core game systems #30

Merged
naomi merged 84 commits from feat/prototype into main 2026-03-08 15:53:39 -07:00
Showing only changes of commit 3cded34f4b - Show all commits
+2
View File
@@ -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 };