Pyrolisk stops gazing if it sees you resist

This commit is contained in:
Pasi Kallinen
2022-08-06 10:45:11 +03:00
parent 6bc796028d
commit 0a3d02b9d4
2 changed files with 11 additions and 10 deletions

View File

@@ -1359,7 +1359,7 @@ monstseesu(unsigned long seenres)
{
struct monst *mtmp;
if (seenres == M_SEEN_NOTHING)
if (seenres == M_SEEN_NOTHING || u.uswallow)
return;
for (mtmp = fmon; mtmp; mtmp = mtmp->nmon)