to address his death speech.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8226 c06c8d41-db1a-0410-9941-cceddc491573
2UBGHTABAAOWTCULH7HWGSVXVCHJR3ZBTD3Q2YRULMK2J4DHMQ3AC
if (monster->type == MONS_BORIS && !in_transit)
// Make sure Boris has a foe to address
if (monster->foe == MHITNOT)
{
// Hostile monsters outside of the arena always have you as a
// foe.
if (!mons_wont_attack(monster) && !crawl_state.arena)
monster->foe = MHITYOU;
else if (!invalid_monster_index(killer_index))
monster->foe = killer_index;
}
if (monster->type == MONS_BORIS && monster->foe != MHITNOT && !in_transit)