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

@@ -256,10 +256,8 @@ worst_cursed_item()
otmp = uarmh;
} else if (uarmf && uarmf->cursed) { /* boots */
otmp = uarmf;
#ifdef TOURIST
} else if (uarmu && uarmu->cursed) { /* shirt */
otmp = uarmu;
#endif
} else if (uamul && uamul->cursed) { /* amulet */
otmp = uamul;
} else if (uleft && uleft->cursed) { /* left ring */
@@ -551,9 +549,7 @@ aligntyp resp_god;
if (uarm && !(EReflecting & W_ARM) &&
!(EDisint_resistance & W_ARM) && !uarmc)
(void) destroy_arm(uarm);
#ifdef TOURIST
if (uarmu && !uarm && !uarmc) (void) destroy_arm(uarmu);
#endif
if (!Disint_resistance)
fry_by_god(resp_god, TRUE);
else {