git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3180 c06c8d41-db1a-0410-9941-cceddc491573
TAJUWPR2BXNVKYH4CN4WN3OR2Z2NESJBEDUB2P2PE6YLX64FQTRAC
NW6P7VRKBFBQ2FRDZBXN7APJZPYC4SYCIA3MOOE2KZGX43IXNK2AC
PM65H4V4GNPVIJFUQW57DC3VDB7TRUUNXKVZONQKEFZSK3AXX5GQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
case BRANCH_SHOALS: if (monster->type == MONS_CYCLOPS || mons_species(monster->type) == MONS_MERFOLK || mons_species(monster->type) == MONS_MERMAID) { return true; } return false;
case BRANCH_SHOALS:
if (monster->type == MONS_CYCLOPS
|| mons_species(monster->type) == MONS_MERFOLK
|| mons_species(monster->type) == MONS_MERMAID)
{
return true;
}
return false;