Gatorskin Umbrellas?

Raven434

Member
I have a script that buys gatorskin umbrellas as prep for Sewer runs.

I noticed that it stopped working this morning and I am not sure why.


echo "gatorkins umbrellas"
acquire 12 gatorskin umbrella
inv gatorskin umbrella


Searching for "gatorskin umbrella"...
Purchasing gatorskin umbrella (3 @ 3,200)...
You acquire (unknown item 0) (3)
Wrong item received - possibly its name has changed.
Desired purchase quantity not reached (wanted 3, got 0)
You need 3 more gatorskin umbrella to continue.

I checked the mall manually and it looks like I am asking for the right item, when I cut and past "gatorskin umbrella" into the purchase tab
 

jasonharper

Developer
That message has been around since r6420, although I've just changed it a bit to make it clear that it could be the item's plural that's wrong, instead of its name.

There does seem to have been a recent change that's keeping simple plurals (adding -s, for example) from being automatically recognized. It seemed like a better idea to just add in all the missing plural forms than to track that down, since it's so much easier to find plurals these days via chat command.
 
Top