Make TOURIST unconditional.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user