Fixes [2502780].
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8873 c06c8d41-db1a-0410-9941-cceddc491573
6OYJQSUM2HW3KQ6YQFW7RGMJC3VA2P5BSC3OKHLPZJMZGAEIEN4QC
bool mon_caught = mons_is_caught(&mon);
bool you_caught = you.attribute[ATTR_HELD];
const bool mon_caught = mons_is_caught(&mon);
const bool you_caught = you.attribute[ATTR_HELD];
// If it was submerged, it surfaces first.
mon.del_ench(ENCH_SUBMERGED);