intelligence now only make space for other monsters of the same type.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7447 c06c8d41-db1a-0410-9941-cceddc491573
ONH7AQ3AEA243UATI74P3TIWSS772XK3TA2JOZQZN6I5GO4Q5IZAC
return (false);
continue;
// Hostile monsters of animal-like intelligence only move aside
// for monsters of the same type.
if (mons_intel(mon) < I_NORMAL && !mons_wont_attack(mon)
&& mons_genus(mon->type) != mons_genus((&menv[mgrd(pos[i])])->type))
{
continue;
}