-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
enhancementThis issue is about improving the quality of code or a feature.This issue is about improving the quality of code or a feature.
Description
When I initially coded the inventory, I thought it would be nice to keep the inventory index out of the Item class, so it doesn't has to know anything about that stuff. While this still works, maybe it would be easier to just set the index on the item, so we don't have to jump through hoops to get items with their indices, like creating indexed dictionaries or tuples. Right now you can't get an item with its index in one object, I think that's not ideal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementThis issue is about improving the quality of code or a feature.This issue is about improving the quality of code or a feature.