bad grammar

fix many new cases of bad grammar due to several misuses of the return
values of strncmp or is_plural
This commit is contained in:
cohrs
2002-02-10 19:02:46 +00:00
parent e565276030
commit 3983318242
3 changed files with 7 additions and 7 deletions

View File

@@ -1803,7 +1803,7 @@ skipmsg:
The_whip, the_weapon);
if (welded(obj)) {
pline("%s welded to your %s%c",
is_plural(obj) ? "It is" : "They are",
!is_plural(obj) ? "It is" : "They are",
hand, !obj->bknown ? '!' : '.');
/* obj->bknown = 1; */ /* welded() takes care of this */
where_to = 0;