reflect the monster's type rather than the wizmode acquirement type, since orig_monnum is used for things like the Animate Dead spell.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5497 c06c8d41-db1a-0410-9941-cceddc491573
KREJDNTBEVLQEMRCVOIVYELCJJDKB44YPCYP4LSK6BPTQH2FZSHAC
mitm[thing_created].base_type = OBJ_CORPSES;
mitm[thing_created].sub_type = CORPSE_BODY;
mitm[thing_created].plus = mon;
mitm[thing_created].plus2 = 0;
mitm[thing_created].special = 210;
mitm[thing_created].colour = mons_class_colour(mon);;
mitm[thing_created].quantity = 1;
mitm[thing_created].flags = 0;
mitm[thing_created].base_type = OBJ_CORPSES;
mitm[thing_created].sub_type = CORPSE_BODY;
mitm[thing_created].plus = mon;
mitm[thing_created].plus2 = 0;
mitm[thing_created].special = 210;
mitm[thing_created].colour = mons_class_colour(mon);;
mitm[thing_created].quantity = 1;
mitm[thing_created].flags = 0;
mitm[thing_created].orig_monnum = mon + 1;