git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6004 c06c8d41-db1a-0410-9941-cceddc491573
6LIPP3E56OTBOEYTBPJ6GM7FQHBEY2XSMSN4UCDHLYISLA4EERJAC
// If the monster can submerge where it is, make it do so
// and leave the level.
if (monster_can_submerge(mon, grd(mon->pos())))
{
mon->add_ench(ENCH_SUBMERGED);
_make_mons_leave_level(mon);
return;
}