were followup
"Rat's appear" -> "Rats appear" Use makeplural rather than s_suffix.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user