"swallowed whole" was preceded by "You bite into"
authornhmall <mjnh@persona.ca>
Fri, 13 Mar 2015 11:33:32 +0000 (07:33 -0400)
committerPasi Kallinen <paxed@alt.org>
Tue, 17 Mar 2015 16:47:27 +0000 (18:47 +0200)
Another reported by ais523:
The death message "swallowed %s whole" is preceded by
"You bite into %s."; these contradict.

doc/fixes35.0
src/uhitm.c

index 3ac75e94ee4eee745782ca53c8be56bf62832f05..614bbe57fcbe854120f532a6150006e54df3c3a0 100644 (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
index 21de567e5501bd4c5da7a202892f44599a251085..80f38addf953634c6bae16397a2cf2ba3de96e49 100644 (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 {