again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10658 c06c8d41-db1a-0410-9941-cceddc491573
N7CV6FHEMKA7IRWFVPCPIYO66V2SVMOYQTWV7LNWZFGBF2XHO7NQC
T3R2D5M4YSC6NFZ6YO3AEG4VWORECX72CHUM5UBADV4UPAAZG7WQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// fall through
case GOD_FEAWN: // plant god only cares about plants if (!mons_is_plant(victim))
case GOD_FEAWN: // plant god only cares about plants
if (!mons_is_plant(victim))
case GOD_FEAWN: // plant god only cares about plants // double-check god because of fall-throughs from other gods if (you.religion == GOD_FEAWN && !mons_is_plant(victim))
case GOD_FEAWN:
// plant god only cares about plants
// double-check god because of fall-throughs from other gods
if (you.religion == GOD_FEAWN && !mons_is_plant(victim))