Show cost of merchandise when walking over it
This is another feature the betatesters seemed to miss a lot.
This commit is contained in:
+1
-1
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user