From c2ed47803a632d1266c967db4143521e6bb954ab Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 13 Mar 2015 07:33:32 -0400 Subject: [PATCH] "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. --- doc/fixes35.0 | 2 ++ src/uhitm.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/fixes35.0 b/doc/fixes35.0 index 3ac75e94e..614bbe57f 100644 --- a/doc/fixes35.0 +++ b/doc/fixes35.0 @@ -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 whole" was preceded + by "You bite into" Platform- and/or Interface-Specific Fixes diff --git a/src/uhitm.c b/src/uhitm.c index 21de567e5..80f38addf 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -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 {