feat: make equipment slots equipable and ensure stat bonuses are granted
This commit is contained in:
@@ -56,7 +56,8 @@ export function generateWorld(floor: number, runState: RunState): { world: World
|
||||
{ ...ITEMS["health_potion"], quantity: 2 },
|
||||
ITEMS["iron_sword"],
|
||||
{ ...ITEMS["throwing_dagger"], quantity: 3 },
|
||||
ITEMS["pistol"]
|
||||
ITEMS["pistol"],
|
||||
ITEMS["leather_armor"]
|
||||
] : [])
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user