git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5896 c06c8d41-db1a-0410-9941-cceddc491573
ZDKKOOQAQW2HDRQKTSSYDB4P5PNGTG7XEOZUORFNUPG7PQ3KQ6QAC
QDYSUC5PAW44LDO2AAA4QNZNB6RW5EWRAXBSYATFKLYJXNLQZWZQC
7UIFNKK5IU2VUAGKWDB6KOETOVQOCOVDHZHB4OPAM2CQRCWV4AGQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
OSGS3PH2L5CBTDVZCZS6OCFQNA4A7RMEXBYJQB7DDZBYYJW7QSSAC
if (child->type == -1)
if (!child->alive())
if (monster->type == -1)
if (!monster->alive())
if (targ->type == -1 || targ->type == NON_MONSTER)
if (!targ->alive() || targ->type == NON_MONSTER)
if (monster->type == -1 || immobile_monster[i])
if (!monster->alive() || immobile_monster[i])