Show cost of merchandise when walking over it

This is another feature the betatesters seemed to miss a lot.
This commit is contained in:
Pasi Kallinen
2015-05-27 21:45:00 +03:00
parent b2291aaf93
commit 2944dc6935
6 changed files with 58 additions and 5 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ boolean FDECL((*allow), (OBJ_P)); /* allow function */
add_menu(win, obj_to_glyph(curr), &any,
(qflags & USE_INVLET) ? curr->invlet : 0,
def_oc_syms[(int) objects[curr->otyp].oc_class].sym,
ATR_NONE, doname(curr), MENU_UNSELECTED);
ATR_NONE, doname_with_price(curr), MENU_UNSELECTED);
}
}
pack++;