Make TOURIST unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 23:31:41 -05:00
parent 5ee71d2757
commit 260f7ea860
43 changed files with 27 additions and 351 deletions

View File

@@ -1456,10 +1456,7 @@ boolean shop_floor_obj;
const char *result;
if (objects[otmp->otyp].oc_material == GLASS
#ifdef TOURIST
|| otmp->otyp == EXPENSIVE_CAMERA
#endif
) {
|| otmp->otyp == EXPENSIVE_CAMERA) {
if (otmp->otyp == MIRROR)
change_luck(-2);
result = "crash";