Bug - Fixed item data for stuffed treasure chests

Extremely minor, but easy to fix. (less a bug than bad data... not sure which heading that'd go under)

Code:
Using 20 stuffed treasure chests.
Internal data error: item incorrectly flagged as multi-usable.
 
It is marked as single usable and when I try to use two of them through the Item Manager or the CLI, I get this:

> use 2 stuffed treasure chest

Using stuffed treasure chest (1 of 2)...
You acquire an item: stuffed crazy bastard sword
You acquire an item: stuffed teddy butler
You acquire an item: stuffed Meat
Using stuffed treasure chest (2 of 2)...
You acquire an item: stuffed teddy butler
You acquire an item: stuffed mink
You acquire an item: stuffed Baron von Ratsworth
You acquire an item: stuffed martini
You acquire an item: stuffed monocle
Finished using 2 stuffed treasure chest.

What did you do?
 
I tried "/use 20 stuffed tr" in the relay chat.
Which makes sense that it would fail at no fault of mafia's... so then just the error message is incorrect?
 
Ah ha. So KoL itself submits a request to multiuse.php and rejects it.

I'd say that that error message needs to be in a place which is executed only for internally generated calls to multiuse.php and not for KoL (or buggy script) generated calls.
 
Back
Top