Bug - Fixed Trying to create more than 1 tin cup from Item Manager fails

KoLmafia is submitting a multi-use request for this, but tin cups cannot be mass-produced in this way, due to multi-using various quantities producing things OTHER than tin cups. For example, this is what happens now:

> create 16 tin cup
Using 16 fancy tin beer can...
Creation failed, no results detected.

What needs to happen instead is this:

> create 16 tin cup
Creating tin cup (1 of 16)...
Using 1 fancy tin beer can...
You acquire an item: tin cup
Successfully created tin cup (1)
... last four lines repeated 15 more times

Also, something just occurred to me that may be indicative of a more general problem:

> create 11 tin cup
Using 11 fancy tin beer can...
You acquire an item: tin foil
Creation failed, no results detected.

This is in r14353 (just downloaded r13454, have not tested in this build but nothing crafting-related changed).
 
Top