Make demon gating show a message
This was both an accessibility and comprehensibility issue.
This commit is contained in:
@@ -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--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user