✨Feature: implement town market functionality with treasure selling and stashing
This commit is contained in:
@@ -215,6 +215,7 @@ export type RunState = {
|
||||
dungeon: DungeonState;
|
||||
adventurerSnapshot: AdventurerState;
|
||||
activeCombat?: CombatState;
|
||||
townState: TownState;
|
||||
defeatedCreatureIds: string[];
|
||||
xpGained: number;
|
||||
goldGained: number;
|
||||
|
||||
Reference in New Issue
Block a user