Make TOURIST unconditional.
This commit is contained in:
@@ -2182,9 +2182,7 @@ STATIC_OVL NEARDATA const struct o_range o_ranges[] = {
|
||||
{ "boots", ARMOR_CLASS, LOW_BOOTS, LEVITATION_BOOTS },
|
||||
{ "shoes", ARMOR_CLASS, LOW_BOOTS, IRON_SHOES },
|
||||
{ "cloak", ARMOR_CLASS, MUMMY_WRAPPING, CLOAK_OF_DISPLACEMENT },
|
||||
#ifdef TOURIST
|
||||
{ "shirt", ARMOR_CLASS, HAWAIIAN_SHIRT, T_SHIRT },
|
||||
#endif
|
||||
{ "dragon scales",
|
||||
ARMOR_CLASS, GRAY_DRAGON_SCALES, YELLOW_DRAGON_SCALES },
|
||||
{ "dragon scale mail",
|
||||
@@ -2218,10 +2216,8 @@ struct alt_spellings {
|
||||
{ "amulet of poison resistance", AMULET_VERSUS_POISON },
|
||||
{ "potion of sleep", POT_SLEEPING },
|
||||
{ "stone", ROCK },
|
||||
#ifdef TOURIST
|
||||
{ "camera", EXPENSIVE_CAMERA },
|
||||
{ "tee shirt", T_SHIRT },
|
||||
#endif
|
||||
{ "can", TIN },
|
||||
{ "can opener", TIN_OPENER },
|
||||
{ "kelp", KELP_FROND },
|
||||
|
||||
Reference in New Issue
Block a user