git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1658 c06c8d41-db1a-0410-9941-cceddc491573
BR4UJTJEP76VHWKMNCRIQAIBHH4XWRNTXYQU4POSNLMSND65MMHAC
// Mummies can fall apart in water; demons can drown in water/lava.
return (!mons_res_asphyx(this) || mons_genus(type) == MONS_MUMMY
// Mummies can fall apart in water; ghouls and demons can drown in
// water/lava.
return (!mons_res_asphyx(this)
|| mons_genus(type) == MONS_MUMMY
|| mons_genus(type) == MONS_GHOUL