"swallowed whole" was preceded by "You bite into"

Another reported by ais523:
The death message "swallowed %s whole" is preceded by
"You bite into %s."; these contradict.
This commit is contained in:
nhmall
2015-03-13 07:33:32 -04:00
committed by Pasi Kallinen
parent f2d9494d95
commit c2ed47803a
2 changed files with 3 additions and 1 deletions

View File

@@ -875,6 +875,8 @@ tse a menu to loot multiple containers
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

View File

@@ -1822,7 +1822,7 @@ register struct attack *mattk;
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 {