]> granicus.if.org Git - nethack/commitdiff
no message
authornethack.allison <nethack.allison>
Sun, 16 Nov 2003 03:59:54 +0000 (03:59 +0000)
committernethack.allison <nethack.allison>
Sun, 16 Nov 2003 03:59:54 +0000 (03:59 +0000)
src/mhitm.c

index 36b5a12a09c91d1706f09f137a2b59d724e4710e..f5ba47149121db96b005d76ca3f39181a38396c7 100644 (file)
@@ -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));
        }
     }