diff --git a/src/dig.c b/src/dig.c index 0e92c6019..1176bbdab 100644 --- a/src/dig.c +++ b/src/dig.c @@ -1207,7 +1207,7 @@ static boolean watchman_canseeu(struct monst *mtmp) { if (is_watch(mtmp->data) && mtmp->mcansee && m_canseeu(mtmp) - && couldsee(mtmp->mx, mtmp->my) && mtmp->mpeaceful) + && mtmp->mpeaceful) return TRUE; return FALSE; }