native to the Hive, as opposed to just the corresponding monsters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3175 c06c8d41-db1a-0410-9941-cceddc491573
RZZ6G7WKMBBXHJ54W4CIUKZKPN5L5GB7QNA5QOHHQ5KULFH4OVRAC
NW6P7VRKBFBQ2FRDZBXN7APJZPYC4SYCIA3MOOE2KZGX43IXNK2AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (monster->type == MONS_KILLER_BEE || monster->type == MONS_KILLER_BEE_LARVA)
if (monster->type == MONS_KILLER_BEE
|| monster->type == MONS_KILLER_BEE_LARVA)
if (mons_species(monster->type) == MONS_KILLER_BEE || mons_species(monster->type) == MONS_KILLER_BEE_LARVA)
if (mons_species(monster->type) == MONS_KILLER_BEE
|| mons_species(monster->type) == MONS_KILLER_BEE_LARVA)