get_spell_flags instead of spell_typematch).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1503 c06c8d41-db1a-0410-9941-cceddc491573
XHLMOM7ZKZNVOOG572X3CSBXOMMKENIRGIVEVPSNSKNS7GZAYQSAC
IHV63PZWPYOVOJMQQ6V3OHGRVJ473XO42RCSFGQZJFPGTWRZOA5AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
DDU4A3JGN5IUIPP5IASOODKPR2WBHSDSV4FITZ6HNXNSXXQACWAQC
&& !(get_spell_flags(monspell) & SPTYP_SUMMONING));
&& !spell_typematch(monspell, SPTYP_SUMMONING));
if ((get_spell_flags(monspell) & SPTYP_SUMMONING) && one_chance_in(4))
if (spell_typematch(monspell, SPTYP_SUMMONING) && one_chance_in(4))
if (!targ_adj && (get_spell_flags(monspell) & SPTYP_SUMMONING))
if (!targ_adj && spell_typematch(monspell, SPTYP_SUMMONING))