Thanks for the quick changes. I'll try to have a good hard look at CreateItemPanel.java to see if I can add this feature:
- Add a "don't show items with b" checkbox in the item manager, and in the Creatable section.
Unknown item found: honeypot (5145, 721302772)
--------------------
5145 honeypot multiple display 30
5145 721302772 honeypot.gif honeypot
honeypot Effect: "Float Like a Butterfly, Smell Like a Bee", Effect Duration: 100
--------------------
You acquire an effect: Float Like a Butterfly, Smell Like a Bee (duration: 100 Adventures)
--------------------
845 Float Like a Butterfly, Smell Like a Bee beeicon.gif f5abc8e8bdf72c01025050b42d657d75
# Float Like a Butterfly, Smell Like a Bee: Bzzzzzz
--------------------
Unknown item found: handful of honey (5144, 159319161)
--------------------
5144 handful of honey usable all 0
5144 159319161 honeyglob.gif handful of honey
# handful of honey
--------------------
That's why I was thinking of a checkbox, and not a systematic filter.
These challenge paths will be around forever, they just won't have any special reward in the future.
If the checkbox only shows up when you're in a Bee run, then that seems fine. Otherwise it will be clutter the majority of the time.
Revision 9310 does clover protection in BeeCore via closeting clovers, rather disassembling them.
Revision 9336 adds "Not" filtering:If it's that type of filtering, I suggest c=bee (c for challenge), to be the same style as #=10 and $=125.
I'm pretty sure there is a better way to do this, but I don't really understand how to do it.This patch removes food/booze/spleen items with a 'b' in them from the "Usable" food/booze/spleen section in the Item Manager panel.
ConcoctionDatabase.usableList.updateFilter( changeDetected );
ConcoctionDatabase.usableList.sort();
String itemName = ItemDatabase.getItemName( itemId );
if ( KoLCharacter.inBeecore() && itemName.toLowerCase().indexOf( "b" ) != -1 )
{
UseItemRequest.limiter = "bees";
return 0;
}
> use 1 briefcase
(usable quantity of briefcase is limited to 0 by bees)