force-fed monster skeletonizes the corpse.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8677 c06c8d41-db1a-0410-9941-cceddc491573
S5V3RJKXDPM5GF5RVW2IDSCCOY2NKZZLMFAFQNZVTQH2BRT7P77AC
S7Y7E2KDAFMTLDIXUTR673SYL5N35VXYGLRU67L42WHVYG5SEPBQC
L254F6ZIU2HWGLFFGPIORTN4C3TDQ3E5JZ7Z7GQA5AEDIKL6PKDAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (item.base_type == OBJ_CORPSES) // In case corpse gets skeletonized. move_item_to_grid(&index, mon->pos());
if (item.base_type == OBJ_CORPSES)
// In case corpse gets skeletonized.
move_item_to_grid(&index, mon->pos());
unlink_item(index); // In case corpse gets skeletonized.
unlink_item(index);