shifter which exploded.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8818 c06c8d41-db1a-0410-9941-cceddc491573
CKYHT6MB2MTMMHGQLXNPNYDE3AYEXQXIXVW27HAB5O3B5OXMTGNAC
// The game can attempt to place a corpse for an out-of-bounds monster
// if a shifter turns into a giant spore and explodes. In this
// case we place no corpse since the explosion means anything left
// over would be scattered, tiny chunks of shifter.
if (!in_bounds(monster->pos()))
return (-1);