From: nethack.allison Date: Fri, 24 Oct 2003 12:06:13 +0000 (+0000) Subject: were followup X-Git-Tag: MOVE2GIT~1642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fbce738152736a1c5a9d12274289debd64df3ae;p=nethack were followup "Rat's appear" -> "Rats appear" Use makeplural rather than s_suffix. --- diff --git a/src/mhitu.c b/src/mhitu.c index d0b93cb3a..b490c931b 100644 --- a/src/mhitu.c +++ b/src/mhitu.c @@ -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 */