You could put them in your closet if you don't want EatDrink to use them. Is that bad?
Placing items into closet...
Transfer failed for astral energy drink (3)
Of course this was assuming you could closet astral drinks
Right... Quest food. Do enough people really use EatDrink during hardcore/ronin that I should nix this?
Right... Quest food. Do enough people really use EatDrink during hardcore/ronin that I should nix this?
Nah. That wouldn't work for me since I use EatDrink when I'm in aftercore so those settings are still there. I'd really need a newLife setting to control this if I was to add the feature. Annoying.
Is the benefit really clear? It's pretty simple to just use the container myself. Do people forget that they have them? Should I just consider auto-use of astral consumables to be an EatDrink bug?
That line there means that it will use this part of EatDrink:Cannot be traded
// Some items are nontradable, so their price can't be calculated. These items
// tend to be very good (e.g. pan-galactic gargleblaster). You may not want
// to consume them lightly, so set this at MAXMEAT. If you do want to eat
// the very best food available regardless of value, set this to 0.
setvar("eatdrink_priceOfNontradeables", MAXMEAT);
int PRICE_OF_NONTRADEABLES = to_int(vars["eatdrink_priceOfNontradeables"]);
Should have been:If you use the containers, how do you stop eatdrink.ash scoffing the lot at level 1?
Dave