polymorphed monster's god and god gift status.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9737 c06c8d41-db1a-0410-9941-cceddc491573
T4GMY6N737KWVZHKOGV6WFA6YKODFXOLIWGI3JMYLGO5QZ7YLIMAC const monster_type real_targetc =(monster->has_ench(ENCH_GLOWING_SHAPESHIFTER)) ? MONS_GLOWING_SHAPESHIFTER :(monster->has_ench(ENCH_SHAPESHIFTER)) ? MONS_SHAPESHIFTER: targetc;const god_type god =(player_will_anger_monster(real_targetc)|| (you.religion == GOD_BEOGH&& mons_species(real_targetc) != MONS_ORC)) ? GOD_NO_GOD: monster->god;if (god == GOD_NO_GOD)flags &= ~MF_GOD_GIFT;