Gaining a folder did not update the dropdowns in the Gear Changer correctly; it only added it to the first one. Revision 12907 fixes that.
I see a "use" link on the inventory page. I suspect that we don't currently give you a use link in the Relay Browser, ever since I changed folders to be CONSUME_FOLDER, rather than CONSUME_USE. I can fix that - not change the consumption type, but changing the switch statement in the UseLinkDecorator. In any case, "using" the item via inv_use.php when your folder holder is full just takes you to the choice adventure and tells you that you need to remove a folder first.
In the Item Manager, if I select a folder (with no empty slots in my folder holder), it doesn't try to equip it (correct) but updates inventory (wrong). Presumably, it should tell you to remove a folder in the Gear Changer...
I see a "use" link on the inventory page. I suspect that we don't currently give you a use link in the Relay Browser, ever since I changed folders to be CONSUME_FOLDER, rather than CONSUME_USE. I can fix that - not change the consumption type, but changing the switch statement in the UseLinkDecorator. In any case, "using" the item via inv_use.php when your folder holder is full just takes you to the choice adventure and tells you that you need to remove a folder first.
In the Item Manager, if I select a folder (with no empty slots in my folder holder), it doesn't try to equip it (correct) but updates inventory (wrong). Presumably, it should tell you to remove a folder in the Gear Changer...