git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8315 c06c8d41-db1a-0410-9941-cceddc491573
GTV4UGWYQRAHPDSKZZFMJZH6K6UUOGFELYYWADLJ7XHMLSODFUFQC
456KTRCLDMONHJFPEKJYMXO737ZHKN36ZU3UQ77JDERXBU5VFMVQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// Handle the case where the zombified base monster can't fly, but // the zombified monster can (e.g. spectral things). if (ret == FL_NONE && mons_is_zombified(mon)) ret = mons_class_flies(mon->type);
// Handle the case where the zombified base monster can't fly, but
// the zombified monster can (e.g. spectral things).
if (ret == FL_NONE && mons_is_zombified(mon))
ret = mons_class_flies(mon->type);