git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5623 c06c8d41-db1a-0410-9941-cceddc491573
NTJP7TBK7MKQJO6W5KZUEBEH2ACGNY3GRJJX6X7ZHVSMXAJEEQLAC
SCXTTP2FDNB2A7F4XXGXSSOEKZQ7ODDGN5YBCTZXGZ22CLCEH3WQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
bool was_butchering = is_being_butchered(item);
const bool was_butchering = is_being_butchered(item);
bool was_butchering = false;
const item_def& item = mitm[corps];
if (is_being_butchered(item, false)) was_butchering = true;
if (is_being_butchered(item, false))
was_butchering = true;
corps = mitm[corps].link;
corps = item.link;
if (actual) { if (was_butchering) mpr("The corpse you are butchering rises to attack!"); if (number_seen > 0) mpr("The dead are walking!"); }
if (actual)
{
if (was_butchering)
mpr("The corpse you are butchering rises to attack!");
if (number_seen > 0)
mpr("The dead are walking!");
}