"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:
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user