verb agreement

add and use new APIs, Tobjnam, otense and vtense, is_plural
to determine tense/form of verbs and a few pronouns as well
This commit is contained in:
cohrs
2002-02-09 00:30:33 +00:00
parent 91c5521009
commit aac7f717c2
12 changed files with 91 additions and 96 deletions

View File

@@ -85,8 +85,8 @@ register struct obj *pen;
return 0;
} else if (Glib) {
dropx(pen);
pline("%s slips from your %s.", The(xname(pen)),
makeplural(body_part(FINGER)));
pline("%s from your %s.",
Tobjnam(pen, "slip"), makeplural(body_part(FINGER)));
return 1;
}