leaving the level will no longer prefer their emergency spell, so that you can follow them to an exit if necessary.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5937 c06c8d41-db1a-0410-9941-cceddc491573
JL3PAZRG2HXMPDO6P7E4LTXYXQFVQTNWAOYENEQDKL65AHEP7BQQC
// Setup spell - monsters that are fleeing or leaving
// the level will always try to choose their emergency
// spell.
if (mons_is_fleeing(monster) || mons_is_leaving(monster))
// Setup spell - monsters that are fleeing will always
// try to choose their emergency spell.
if (mons_is_fleeing(monster))