noit_mon_nam()

Change noit_mon_nam() to work as if it was noit_y_monnam() (without
renaming it or adding yet another monster naming routine) to use
"your <mon>" rather than "the <mon>" when <mon> is a pet that can
be seen (so not the case where "it" gets replaced by "someone" or
"something").
This commit is contained in:
PatR
2024-11-26 21:51:00 -08:00
parent 1d0b8dfca0
commit 1c888b3b07
2 changed files with 9 additions and 8 deletions

View File

@@ -3372,7 +3372,7 @@ mstatusline(struct monst *mtmp)
/* avoid "Status of the invisible newt ..., invisible" */
/* and unlike a normal mon_nam, use "saddled" even if it has a name */
Strcpy(monnambuf, x_monnam(mtmp, ARTICLE_THE, (char *) 0,
Strcpy(monnambuf, x_monnam(mtmp, ARTICLE_YOUR, (char *) 0,
(SUPPRESS_IT | SUPPRESS_INVISIBLE), FALSE));
pline("Status of %s (%s, %s): Level %d HP %d(%d) AC %d%s.",