Make TOURIST unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 23:31:41 -05:00
committed by Pasi Kallinen
parent 44ca9fc16a
commit bb647dc33c
43 changed files with 27 additions and 351 deletions

View File

@@ -1775,9 +1775,7 @@ struct obj *obj;
obj->oclass != GEM_CLASS)
return 1;
switch (obj->oclass == POTION_CLASS ? POT_WATER : obj->otyp) {
#ifdef TOURIST
case EXPENSIVE_CAMERA:
#endif
case POT_WATER: /* really, all potions */
case EGG:
case CREAM_PIE:
@@ -1806,9 +1804,7 @@ boolean in_view;
case LENSES:
case MIRROR:
case CRYSTAL_BALL:
#ifdef TOURIST
case EXPENSIVE_CAMERA:
#endif
to_pieces = " into a thousand pieces";
/*FALLTHRU*/
case POT_WATER: /* really, all potions */