Feature: implement town market functionality with treasure selling and stashing

This commit is contained in:
Keith Solomon
2026-03-15 14:31:53 -05:00
parent 71bdc6d031
commit 8597b4fded
7 changed files with 393 additions and 3 deletions

View File

@@ -215,6 +215,7 @@ export type RunState = {
dungeon: DungeonState;
adventurerSnapshot: AdventurerState;
activeCombat?: CombatState;
townState: TownState;
defeatedCreatureIds: string[];
xpGained: number;
goldGained: number;