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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user