Fix a brain fart when ORing MM_NOMSG

This commit is contained in:
Pasi Kallinen
2022-01-07 07:24:21 +02:00
parent 86343af200
commit 4133b6a2b0
3 changed files with 4 additions and 4 deletions

View File

@@ -629,7 +629,7 @@ nasty(struct monst *summoner)
limit spellcasters to inhibit chain summoning */
if ((mtmp = makemon((struct permonst *) 0,
bypos.x, bypos.y,
NO_MM_FLAGS|MM_NOMSG)) != 0) {
MM_NOMSG)) != 0) {
m_cls = mtmp->data->mlet;
if ((difcap > 0 && mtmp->data->difficulty >= difcap
&& attacktype(mtmp->data, AT_MAGC))