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:
@@ -132,7 +132,7 @@ cursed_book(lev)
|
||||
Your("gloves seem unaffected.");
|
||||
} else if (uarmg->oeroded2 < MAX_ERODE) {
|
||||
if (uarmg->greased) {
|
||||
grease_protect(uarmg, "gloves", TRUE, &youmonst);
|
||||
grease_protect(uarmg, "gloves", &youmonst);
|
||||
} else {
|
||||
Your("gloves corrode%s!",
|
||||
uarmg->oeroded2+1 == MAX_ERODE ?
|
||||
|
||||
Reference in New Issue
Block a user