From: nethack.allison Date: Sun, 16 Nov 2003 03:59:54 +0000 (+0000) Subject: no message X-Git-Tag: MOVE2GIT~1585 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=982356887c93e5f5b68ebc72b34e1f6e8b0fcbf3;p=nethack no message --- diff --git a/src/mhitm.c b/src/mhitm.c index 36b5a12a0..f5ba47149 100644 --- a/src/mhitm.c +++ b/src/mhitm.c @@ -225,7 +225,7 @@ mattackm(magr, mdef) if(canseemon(mdef) && !sensemon(mdef)) { if (u.usleep) You("dream of %s.", (mdef->data->geno & G_UNIQ) ? - mon_nam(mdef) : makeplural(mon_nam(mdef))); + a_monnam(mdef) : makeplural(m_monnam(mdef))); else pline("Suddenly, you notice %s.", a_monnam(mdef)); } }