Mernom

Results 3 comments of Mernom

I've opened a pull request that should fix this issue.

There's also the situation of it being present as a catalyst. Should the catalyst property be inherited to the new entry?

> ``` > --- Add an ingredient to a recipe. > -- @tparam string|Concepts.ingredient normal > -- @tparam[opt] string|Concepts.ingredient|boolean expensive > -- @treturn Recipe > function Recipe:add_ingredient(normal, expensive) > if...