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:24:49 +00:00
parent cf37a7bac0
commit 91c5521009
17 changed files with 277 additions and 182 deletions

View File

@@ -294,8 +294,8 @@ m_throw(mon, x, y, dx, dy, range, obj)
if(is_ammo(singleobj))
pline("%s misfires!", Monnam(mon));
else
pline("%s slips as %s throws it!",
The(xname(singleobj)), mon_nam(mon));
pline("%s as %s throws it!",
Tobjnam(singleobj, "slip"), mon_nam(mon));
}
dx = rn2(3)-1;
dy = rn2(3)-1;