git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1181 c06c8d41-db1a-0410-9941-cceddc491573
VYDMJSFXD2E2CWOJEFFVLRBLHDFINBSVL2X6YE6456IQIRGVZIYQC
X5WLJCJVW55SXZVP7IKP7ADCJIGNKN4PKAXFECVR6TNK7XSMZR7QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
AOAJ6D3OKSELEYKAT55XCVU5LYJ7SMCZKC6DIEGLLB3TF2LEENWQC
handle_enchantment( monster );
if (handle_enchantment( monster )) return;
if (handle_enchantment( monster ))
return;
if (monster->type != -1 && monster->hit_points < 1)
if (!monster->alive())
continue;
break;
// If the monster died, the iterator will be invalid! if (!alive()) break;
// If the monster died, the iterator will be invalid!
if (!alive())