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

@@ -988,11 +988,8 @@ struct monst *mtmp;
return FALSE;
if (u.uswallow) return FALSE;
if (in_your_sanctuary(mtmp, 0, 0)) return FALSE;
if (dmgtype(mtmp->data, AD_HEAL) && !uwep
#ifdef TOURIST
&& !uarmu
#endif
&& !uarm && !uarmh && !uarms && !uarmg && !uarmc && !uarmf)
if (dmgtype(mtmp->data, AD_HEAL) && !uwep && !uarmu && !uarm && !uarmh
&& !uarms && !uarmg && !uarmc && !uarmf)
return FALSE;
if (!ranged_stuff) return FALSE;