git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5970 c06c8d41-db1a-0410-9941-cceddc491573
XBC6V43KX2PSRWHAW3FUCALPYEDP2FNQMR7UA4FHLXQ6JI42PP2AC
// Setup spell - monsters that are fleeing will always
// try to choose their emergency spell.
if (mons_is_fleeing(monster))
// 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))