Some menus display worn items as weirdly sorted, as if the sorting relied on std::map sort order rather than the index in worn vector.
Notably take off function.
Noted. I'll take a look.
as if the sorting relied on std::map sort order rather than the index in worn vector.
They're sorted alphabetically (like the rest of items). This is probably undesirable.
They are also sorted by condition. Reinforced items will appear first.
They are also sorted by condition. Reinforced items will appear first.
I think it's a coincidence.
Most helpful comment
Noted. I'll take a look.