were followup

"Rat's appear" -> "Rats appear"
Use makeplural rather than s_suffix.
This commit is contained in:
nethack.allison
2003-10-24 12:06:13 +00:00
parent 04174eda2a
commit 5fbce73815

View File

@@ -502,7 +502,7 @@ mattacku(mtmp)
an(mdat->mname));
else
Sprintf(buf, "%s appear",
s_suffix(mdat->mname));
makeplural(mdat->mname));
pline("%s%s!", upstart(buf), from_nowhere);
}
} /* else no help came; but you didn't know it tried */