Remember price quotes that have been seen for types of item
These are displayed in discoveries, and a new 'price_quotes' option allows them to be displayed for un-IDed objects in other contexts too (the idea is that you turn on the option while identifying objects and off for general play). Invalidates existing save files.
This commit is contained in:
@@ -104,6 +104,11 @@ struct objclass {
|
||||
#define oc_level oc_oc2 /* books: spell level */
|
||||
|
||||
unsigned short oc_nutrition; /* food value */
|
||||
|
||||
unsigned long oc_sell_minseen;
|
||||
unsigned long oc_sell_maxseen;
|
||||
unsigned long oc_buy_minseen;
|
||||
unsigned long oc_buy_maxseen;
|
||||
};
|
||||
|
||||
struct class_sym {
|
||||
|
||||
Reference in New Issue
Block a user