Bug - Fixed get_ingredients() fails on bitter pill & others

Bale

Minion
Code:
[COLOR="#808000"]> ash get_ingredients($item[ bitter pill ])[/COLOR]

Returned: aggregate int [item]

[COLOR="#808000"]> ash get_ingredients($item[ green beer ])[/COLOR]

Returned: aggregate int [item]

[COLOR="#808000"]> ash get_ingredients($item[ meat stack ])[/COLOR]

Returned: aggregate int [item]

I presume the reason for this is that in concoctions.txt they are marked as a MANUAL recipes. That's fine, but get_ingredients() still has valid uses for returning the ingredients so could you please allow it do so?
 

jasonharper

Developer
Manual recipes in concoctions.txt are currently ignored; mafia doesn't even have the data you want it to return in this case. Map the file if you want to see all the recipes, including the ones mafia can't use.
 

Bale

Minion
Ah well, if that's how it is, then I'll just work around it. Since the number of exceptions is small, it isn't hard to code for, now that I'm aware of the problem.
 

slyz

Developer
Marking this Fixed as of r8775 (at least for bitter pills - get_ingredients() still returns nothing for concoctions marked as "manual").
 
Top