Changeset 432

Show
Ignore:
Timestamp:
08/02/07 01:44:03 (1 year ago)
Author:
ctate
Message:

Don't attempt to stock the general store with no-longer-extant types of food.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defines.h

    r415 r432  
    13591359#define SV_FOOD_RESTORING               19 
    13601360/* many missing mushrooms */ 
    1361 #define SV_FOOD_BISCUIT                 32 
    1362 #define SV_FOOD_JERKY                   33 
    13631361#define SV_FOOD_RATION                  35 
    13641362#define SV_FOOD_SLIME_MOLD              36 
    13651363#define SV_FOOD_WAYBREAD                37 
    1366 #define SV_FOOD_PINT_OF_ALE             38 
    1367 #define SV_FOOD_PINT_OF_WINE    39 
    13681364 
    13691365/* The "sval" codes for TV_GOLD */ 
  • trunk/src/store.c

    r408 r432  
    13051305        { TV_LITE, SV_LITE_TORCH, MAKE_NORMAL }, 
    13061306        { TV_SCROLL, SV_SCROLL_WORD_OF_RECALL, MAKE_NORMAL }, 
    1307         { TV_FOOD, SV_FOOD_BISCUIT, MAKE_NORMAL }, 
    1308         { TV_FOOD, SV_FOOD_JERKY, MAKE_NORMAL }, 
    1309         { TV_FOOD, SV_FOOD_PINT_OF_WINE, MAKE_NORMAL }, 
    13101307        { TV_LITE, SV_LITE_TORCH, MAKE_NORMAL }, 
    13111308        { TV_FLASK, 0, MAKE_NORMAL },