shaft traps.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6195 c06c8d41-db1a-0410-9941-cceddc491573
E2N7GTOA24MDJASI5HOPPNVYOJTZFG3K6BZ3KOD2SYGEJX3BG7BAC // If a pacified monster is leaving the level via a trap,// and is about to reach its goal, handle it here.if (mons_is_pacified(monster)&& monster->x + mmov_x == monster->target_x&& monster->y + mmov_y == monster->target_y){make_mons_leave_level(monster);break;}