"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-17 18:47:27 +02:00
committed by Pasi Kallinen
parent f2d9494d95
commit c2ed47803a
2 changed files with 3 additions and 1 deletions
+2
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 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 charge for a boulder that fills a pit in shop
abuse wisdom in keeping with Rider eating message 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 Platform- and/or Interface-Specific Fixes
+1 -1
View File
@@ -1822,7 +1822,7 @@ register struct attack *mattk;
const char *mname = pd->mname; const char *mname = pd->mname;
if (!type_is_pname(pd)) mname = an(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); Sprintf(kbuf, "swallowing %s whole", mname);
instapetrify(kbuf); instapetrify(kbuf);
} else { } else {