Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-21 06:47:42 -05:00
4 changed files with 6 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ struct monst *mon;
EMIN(mtmp)->renegade =
(atyp != u.ualign.type) ^ !mtmp->mpeaceful;
}
if (is_demon(ptr) && canseemon(mtmp))
pline("%s appears in a cloud of smoke!", Amonnam(mtmp));
}
cnt--;
}