wiz_identify change (trunk only)
This patch alters wiz_identify so that it displays an inventory menu with all items shown identified without actually identifying them. You can just press ^I (or whatever the wiz_identify command is) a second time, while the menu is displayed to actually identify them (tested with TTY menus only).
This commit is contained in:
@@ -1176,7 +1176,7 @@ char *buf;
|
||||
else if (mnum == NON_PM)
|
||||
Strcpy(buf, "empty tin");
|
||||
else {
|
||||
if (obj->cknown && obj->spe < 0) {
|
||||
if ((obj->cknown || iflags.override_ID) && obj->spe < 0) {
|
||||
int r = tin_variety(obj, TRUE);
|
||||
if (r == ROTTEN_TIN || r == HOMEMADE_TIN) {
|
||||
/* put these before the word tin */
|
||||
|
||||
Reference in New Issue
Block a user