no message

This commit is contained in:
nethack.allison
2003-11-16 03:59:54 +00:00
parent 5f4237c46c
commit 982356887c

View 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));
}
}