Feature - Implemented Include chefstaves in get_ingredients()

> ashq foreach key, val in get_ingredients( $item[ staff of the short order cook] ) print( key + " (" + val + ")" ) ;

basic meat staff (1)
bowl of cottage cheese (1)
ice-cold Sir Schlitz (3)
magicalness-in-a-can (5)
twinkly powder (3)

This is with a Sauceress. As a Seal Clubber, it returns nothing.
 
Stupid. Forgot that if creatable_amount() is 0, get_ingredients() is empty. Sorry for the waste of time.

Also almost commented earlier about how a master relay script could cause infinite recursion if it called visit_url(), but caught myself in the nick of time. I'm definitely out of the swing of things.

Bale: no, making a predictive item-acquisition script, which includes adventuring as a possible acquisition method, even recursively for ingredients. Why do I subject myself to such time-suckers?

On that score, an offshoot of has_goal() is underway for ZLib: float has_item(location).
 
You are really a glutton for punishment. At least you don't have to worry about running out of things to do for your hobby.
 
Back
Top