From 450542a5020df928eefe2a13458972adca45c019 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 20 Sep 2018 14:09:25 -0700 Subject: [PATCH] grow-up of unnamed pet Change the phrasing when a pet grows up into another monster type: (old) "The pony grows up into a horse." (new) "Your pony grows up into a horse." No effect if it has been assigned a name: (before and after) "Foo grows up into a horse." --- src/makemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makemon.c b/src/makemon.c index 3fd910201..55dc7b49d 100644 --- a/src/makemon.c +++ b/src/makemon.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 makemon.c $NHDT-Date: 1495237801 2017/05/19 23:50:01 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.116 $ */ +/* NetHack 3.6 makemon.c $NHDT-Date: 1537477761 2018/09/20 21:09:21 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.124 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Robert Patrick Rankin, 2012. */ /* NetHack may be freely redistributed. See license for details. */ @@ -1837,7 +1837,7 @@ struct monst *mtmp, *victim; slightly less sexist if prepared for it...) */ : (fem && !mtmp->female) ? "female " : "", ptr->mname); - pline("%s %s %s.", Monnam(mtmp), + pline("%s %s %s.", upstart(y_monnam(mtmp)), (fem != mtmp->female) ? "changes into" : humanoid(ptr) ? "becomes" : "grows up into",