were followup
"Rat's appear" -> "Rats appear" Use makeplural rather than s_suffix.
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ mattacku(mtmp)
|
|||||||
an(mdat->mname));
|
an(mdat->mname));
|
||||||
else
|
else
|
||||||
Sprintf(buf, "%s appear",
|
Sprintf(buf, "%s appear",
|
||||||
s_suffix(mdat->mname));
|
makeplural(mdat->mname));
|
||||||
pline("%s%s!", upstart(buf), from_nowhere);
|
pline("%s%s!", upstart(buf), from_nowhere);
|
||||||
}
|
}
|
||||||
} /* else no help came; but you didn't know it tried */
|
} /* else no help came; but you didn't know it tried */
|
||||||
|
|||||||
Reference in New Issue
Block a user