wishing tweaks
When a wish request for "<foo> armor" fails to match anything, check
whether it matches "<foo> mail" before resorting to selecting a random piece
of armor. Most of the suits are named "mail", and while I don't think many
people will ask for "ring armor", I do think that "crystal plate armor" and
"gray dragon scale armor" are sometimes tried.
This also greatly simplifies the handling for spelling variant "armour"
by rewriting it to "armor". Unfortunately "grey" vs "gray" can't be handled
the same way since both spellings are used by the program.
This commit is contained in:
@@ -102,6 +102,7 @@ when adding an item to inventory, try to stack it with the quiver slot
|
||||
before trying against other carried objects
|
||||
#adjust can be used to split an inventory stack
|
||||
cockatrice meat has a distinct flavor to some
|
||||
wish request for "<something> armor" will match item named "<something> mail"
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific New Features
|
||||
|
||||
Reference in New Issue
Block a user