Make ELBERETH unconditional.
This commit is contained in:
@@ -122,9 +122,7 @@ struct monst *mtmp;
|
||||
return(FALSE);
|
||||
|
||||
return (boolean)(sobj_at(SCR_SCARE_MONSTER, x, y) ||
|
||||
#ifdef ELBERETH
|
||||
sengr_at("Elbereth", x, y) ||
|
||||
#endif
|
||||
(IS_ALTAR(levl[x][y].typ) &&
|
||||
(mtmp->data->mlet == S_VAMPIRE ||
|
||||
is_vampshifter(mtmp))));
|
||||
|
||||
Reference in New Issue
Block a user