Go
back to previous topic |
Forum Name |
Bug Submissions |
Topic subject | removed item's position in inventory |
Topic
URL | https://forums.carrionfields.com/dcboard.php?az=show_topic&forum=17&topic_id=11065 |
11065, removed item's position in inventory
Posted by Waserax on Wed 31-Dec-69 07:00 PM
This seemed counterintuitive, but may be by design. If that's the case then just forget I mentioned it.
Removing a worn item doesn't change its position in the list of items you're carrying. Ex:
I'm carrying two shields: "foo shield" and "bar shield". Currently "1.shield" points to "bar shield". I wear "foo", remove "foo", then "wear shield". The shield that's worn is "bar" instead of "foo", which I just removed.
Seems like the act of removing an item (i.e. sending it back into the pool of stuff you see with the "inv" command) should place it at the "top" of the list.
|
11197, By design
Posted by Zulghinlour on Wed 31-Dec-69 07:00 PM
>This seemed counterintuitive, but may be by design. If >that's the case then just forget I mentioned it. > >Removing a worn item doesn't change its position in the list >of items you're carrying. Ex:
Yup...this is by design. The problem is all of your items are a single list. There isn't a list for equipped items and a list for inventory which would make this very easy.
|