Another reported by ais523:
The death message "swallowed %s whole" is preceded by
"You bite into %s."; these contradict.
do_look() in post-3.4.3 used glyph prior to setting it in pager.c
charge for a boulder that fills a pit in shop
abuse wisdom in keeping with Rider eating message
+message inconsistency: death message "swallowed <mon> whole" was preceded
+ by "You bite into"
Platform- and/or Interface-Specific Fixes
const char *mname = pd->mname;
if (!type_is_pname(pd)) mname = an(mname);
- You("bite into %s.", mon_nam(mdef));
+ You("englut %s.", mon_nam(mdef));
Sprintf(kbuf, "swallowing %s whole", mname);
instapetrify(kbuf);
} else {